What is difference between main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the function in c?
code for quick sort?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
Explain what are header files and explain what are its uses in c programming?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What are register variables in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
application of static variables in real time
what is the difference between unix os and linux os
How can I allocate arrays or structures bigger than 64K?
What is malloc() function?
Describe the order of precedence with regards to operators in C.