How many identifiers are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to compare two strings without using strcmp() function??
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
please give me some tips for the placement in the TCS.
Write a c program to print the sizes and ranges of different data types in c?
how to swap 2 numbers in a single statement?
What are the disadvantages of external storage class?
What should malloc() do?
Explain 'far' and 'near' pointers in c.
Write a code on reverse string and its complexity.
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
why division operator not work in case of float constant?