Answer Posted / kajal agarwal
People who are not confident of themselves write negative
about the company. There is a way/solution for everything.
Cribbers never succeed.
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
What is the difference between volatile and const volatile?
What are near, far and huge pointers?
What are predefined functions in c?
Where is volatile variable stored?
Can static variables be declared in a header file?
What is the symbol indicated the c-preprocessor?
What is a macro, and explain how do you use it?
What is hashing in c language?
Write a program to print ASCII code for a given digit.
Explain what is wrong with this program statement?
What is structure in c explain with example?
int i=10; printf("%d %d %d", i, i=20, i);
What is signed and unsigned?
What is the difference between union and anonymous union?
What are the properties of union in c?