What is build process in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between the local variable and global variable in c?
How does placing some code lines between the comment symbol help in debugging the code?
How to establish connection with oracle database software from c language?
What is floating point constants?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What does & mean in scanf?
Why we use void main in c?
while initialization of array why we use a[][2] why not a[2][]...?
What is an array? What the different types of arrays in c?
What are integer variable, floating-point variable and character variable?
What is function and its example?
What is c language in simple words?