Explain what is the heap?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to print "I Love My India" without using semi colon?

4 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


with out using main how to execute the program?

2 Answers  






Is swift based on c?

0 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


how to find out the union of two character arrays?

2 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


What is getch () for?

0 Answers  


What is #define in c?

0 Answers  


Categories