What is an identifier?


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

Post New Answer

More C Interview Questions

How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


What is the scope of static variables?

1 Answers  


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,






how to set Nth bit of a variable?

1 Answers  


How does struct work in c?

0 Answers  


What is a dynamic array in c?

0 Answers  


I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 Answers  


What is structure in c language?

0 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


Categories