Where are c variables stored in memory?


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

Post New Answer

More C Interview Questions

What is an volatile variable?

15 Answers   HP,


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


Code for calculating square root without using library function, of math.h

4 Answers   IBM,


What is binary tree in c?

0 Answers  






what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


How to implement a packet in C

0 Answers   Aricent,


What is extern storage class in c?

0 Answers  


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


What does & mean in scanf?

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


What is void pointers in c?

0 Answers  


Categories