What are integer variable, floating-point variable and character variable?
how to impliment 2 or more stacks in a single dimensional array ?
What is the value of c?
How can I find the modification date of a file?
How does the assert() function work?
what is the similarities between. system call and library function?
What is the maximum no. of arguments that can be given in a command line in C.?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What is the use of function overloading in C?
Explain what is the difference between declaring a variable and defining a variable?
What are the storage classes in C?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
how we can make 3d venturing graphics on outer interface