What is the heap in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the auto keyword good for?
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
What are high level languages like C and FORTRAN also known as?
how to go with this?
Explain what is the difference between a free-standing and a hosted environment?
What does the && operator do in a program code?
When is a “switch” statement preferable over an “if” statement?
how to print a statement in c without use of console statement ,with the help of if statement it should print
How many loops are there in c?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What is c token?