What is NULL pointer?
No Answer is Posted For this Question
Be the First to Post Answer
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
any string of bits of length 'n' represents a unique non- negative integer between.............?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
why java is called as a purely oops language.
what is the size of an integer variable?
what is the return type of printf
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are the different pointer models in c?
print 1-50 with two loop & two print Statement
Why is C called a middle-level language?
What is the restrict keyword in C?