What is return in c programming?
What is the difference between single charater constant and string constant?
What is variable in c example?
Difference between malloc() and calloc() function?
If the static variable is declared as global, will it be same as extern?
what is data structure
what are far pointers?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the purpose of main( ) in c language?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Why c language is called c?
Explain about the constants which help in debugging?