In c programming typeing to occupy the variables in memory
space.
if not useing the variable the memory space is wasted.ok,
how to avoid the situation..? (the variable is used &
notused)
difference between i++* and *++i
What is the purpose of 'register' keyword in c language?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
What is dynamic memory allocation?
c program to manipulate x=1!+2!+3!+...+n! using recursion
Is it possible to have a function as a parameter in another function?
main() { float a=3.2e40; printf("%d",a); }
what is c language.
How can I find the modification date of a file?
How to print India by nested loop? I IN IND INDI INDIA
What is a stream in c programming?
what is difference between procedural language and functional language ?