What are c identifiers?


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

Post New Answer

More C Interview Questions

If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


write a program to add two numbers of any size.....(remember any size)

1 Answers  


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

0 Answers   RBI,


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


In C language what is a 'dangling pointer'?

0 Answers   Accenture,






The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


What does static variable mean in c?

0 Answers  


Which is best book for data structures in c?

0 Answers  


What are inbuilt functions in c?

0 Answers  


Explain how do you list a file’s date and time?

0 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Categories