What is the difference between printf and scanf in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between embedded c and turbo c ?
Write a program to reverse a given number in c language?
who is the founder of c
19 Answers College School Exams Tests, HP,
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What are dangling pointers in c?
What's the difference between constant char *p and char * constant p?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the difference between #include <header file> and #include “header file”?
which do you prefer C or Pascal?
What is the difference between fork() and vfork()?
How is a structure member accessed?
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,