What are the rules for identifiers 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 print calender using for loop.

1 Answers   HCL, TCS,


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,






Compare and contrast compilers from interpreters.

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


What is the difference between getch() and getche()?

1 Answers   NSPL,


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


How can I implement sets or arrays of bits?

0 Answers  


Why void main is used in c?

0 Answers  


Difference between malloc() and calloc() function?

0 Answers  


Categories