Where in memory are my variables stored?


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

Post New Answer

More C Interview Questions

PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

0 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


triangle number finding program...

1 Answers   HCL,


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


What are shell structures used for?

0 Answers  






What is main () in c?

0 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


How do I swap bytes?

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


Explain demand paging.

1 Answers   Agilent,


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

2 Answers   Ignou,


Categories