What is variable and explain rules to declare variable in c?


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

Post New Answer

More C Interview Questions

Write a program to generate random numbers in c?

0 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


What is a static variable in c?

0 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


Is flag a keyword in c?

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


c language interview questions & answer

0 Answers  


Why is c so important?

0 Answers  


What is #include stdio h?

0 Answers  


What are the types of data structures in c?

0 Answers  


Categories