What is difference between scanf and gets?


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

Post New Answer

More C Interview Questions

what is const volatile?

2 Answers  


What is static memory allocation? Explain

0 Answers  


What are types of preprocessor in c?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,






Explain can you assign a different address to an array tag?

0 Answers  


What is c language used for?

0 Answers  


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


write program on arrays

3 Answers   GE, Polycab,


What is data types?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


Categories