Is return a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
How does struct work in c?
Explain the difference between malloc() and calloc() function?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
Function to find the given number is a power of 2 or not?
What is a structure in c language. how to initialise a structure in c?
What is .obj file in c?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Can we declare variable anywhere in c?
implement general tree using link list
what is the use of c program?
4 Answers Synergy, Web Synergies,
I came across some code that puts a (void) cast before each call to printf. Why?
which one is highest Priority in c? a)=,b)+,c)++,d)==