How many keywords are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
How are structure passing and returning implemented?
Compare interpreters and compilers.
how can use subset in c program and give more example
Explain how to reverse singly link list.
How can I do serial ("comm") port I/O?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
how to copy a string without using c function
When was c language developed?
Can we assign string to char pointer?
What is merge sort in c?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38