Question: 1. In the standard library of C programming language, which of the following header file is designed for Standard I/O printf(/scanf() function? A B. C.

 1. In the standard library of C programming language, which of

1. In the standard library of C programming language, which of the following header file is designed for Standard I/O printf(/scanf() function? A B. C. D. math.h conio.h dos.h stdio.h 2. In the given below statement, what does the *ptr" indicate? float *ptr; A. ptr is a pointer, which data type is float B. ptr is a pointer C. ptr is a function pointer D. None of the above 3. What is the output of the following program? #include main() { int x = 8; int *ptr; ptr=&x; printf("%d", *ptr); } A. B. C. D. Compile error 8 9 Garbage value

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!