What Is The Difference Between Null And Void Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable how do you declare it?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Explain About fork()?
How to removing white spces in c programming only bu using loops
Difference between Function to pointer and pointer to function
What is the difference b/w Structure & Union?
What is call by value in c?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
write a 'c' program to sum the number of integer values
Why main is not a keyword in c?