Where local variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What are the different types of data structures in c?
WAP – represent a char in binary format
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How do c compilers work?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
Why does this code crash?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Explain continue keyword in c
Read two numbers from keyboard and find maximum of them?
What is define c?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?