what is stack , heap ,code segment,and data segment
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between embedded c and turbo c ?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Why is c still so popular?
What is Full Form of C and Why We use C
Explain the use of bit fieild.
difference between spiral and waterfall model
Why should I prototype a function?
What is %d called in c?
Explain how do you view the path?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Why main is not a keyword in c?