Give the rules for variable declaration?


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

Post New Answer

More C Interview Questions

the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


What is the sizeof () operator?

0 Answers  


how to find turn around time in operating system?

3 Answers  






When is a void pointer used?

0 Answers  


Why c is called a mid level programming language?

0 Answers  


What do you mean by recursion in c?

0 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Is an array parameter is always "by reference" ?

1 Answers  


write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


Categories