What is the difference between printf and scanf )?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what type of errors are checked during compilation

3 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.

4 Answers  


How many keywords (reserve words) are in c?

0 Answers  






What is the use of gets and puts?

0 Answers  


Why use int main instead of void main?

0 Answers  


What is #include stdio h and #include conio h?

0 Answers  


Why dont c comments nest?

0 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


Categories