What is the use of gets and puts?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Are the variables argc and argv are always local to main?
How to print "Hi World" without using semi colon?
How can I copy just a portion of a string?
What is the difference between int and float?
a 'c' program to tell that the set of three coordinates lie on a same line
Explain the difference between malloc() and calloc() function?
what is the use of fflush() function?
What is extern variable in c with example?
What is the use of typedef in structure in c?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Explain what are the standard predefined macros?