what is different between auto and local static? why should we use local static?
explain about storage of union elements.
How to removing white spces in c programming only bu using loops
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What does d mean?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why double pointer is used in c?
What is macro?
What is spaghetti programming?
What is main void in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,