What is register variable in c language?


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

Post New Answer

More C Interview Questions

what is the program to display your name in any color?

2 Answers   HCL,


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


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

0 Answers   TATA,


What is %g in c?

0 Answers  






Explain what is wrong with this program statement?

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


What is this pointer in c plus plus?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


How can I read and write comma-delimited text?

0 Answers  


Categories