What is use of #include in c?
What does & mean in scanf?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How to implement variable argument functions ?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
swapping of two numbers without using third variable using AND and OR operators
What are the advantages of the functions?
What is extern variable in c with example?
What are loops c?
What is the explanation for modular programming?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
Explain what is the difference between declaring a variable and defining a variable?