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

main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


what is difference between array of characters and string

18 Answers   Accenture, Nest,


Explain logical errors? Compare with syntax errors.

0 Answers  


What is pointers in c with example?

0 Answers  






How #define works?

0 Answers  


What is meant by inheritance?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


How do you declare a variable that will hold string values?

0 Answers  


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


What is c programming structure?

0 Answers  


Can you please compare array with pointer?

0 Answers  


Categories