Explain what is the heap?
No Answer is Posted For this Question
Be the First to Post Answer
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Describe newline escape sequence with a sample program?
write an algorithm and c program to add two 2x2 matrics
Why pointers are used in c?
What are the types of pointers?
YBJBU6
difference between spiral and waterfall model
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write a program to print ASCII code for a given digit.
What is boolean in c?
Which node is more powerful and can handle local information processing or graphics processing?
Why c language is called c?