Can a local variable be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
How to create struct variables?
How do you redirect a standard stream?
How do you use a pointer to a function?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
How to print "Hi World" without using semi colon?
The file stdio.h, what does it contain?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is your stream meaning?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Are global variables static in c?