How can you find the exact size of a data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
what is diognisis?
What does static variable mean in c?
Which type of language is c?
How can I insert or delete a line (or record) in the middle of a file?
What is calloc in c?
What is the function of volatile in c language?
Please list all the unary and binary operators in C.
What is a ternary operator in c?
What does typedef struct mean?
can we have joblib in a proc ?
Can we declare function inside main?