What are c identifiers?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
2. What does static variable mean?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
what does ‘Bus Error’ mean?
What is the difference between union and structure in c?
What is the c language function prototype?
Why c is called free form language?
write a program to create a sparse matrix using dynamic memory allocation.
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
How many data structures are there in c?
Why the use of alloca() is discouraged?