What is identifier in c?


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

Post New Answer

More C Interview Questions

What is the function of volatile in c language?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


What is a memory leak? How to avoid it?

1 Answers  


Define circular linked list.

0 Answers  


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


Where can I get an ansi-compatible lint?

0 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Total of how many functions are available in c?

3 Answers  


Is int a keyword in c?

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


Categories