Answer Posted / shivani sharma
printf(ram)
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
What are data types in c language?
What are the modifiers available in c programming language?
What is stack in c?
What is memcpy() function?
Differentiate between calloc and malloc.
When should a type cast be used?
What is the difference between class and object in c?
What is the heap in c?
Can a variable be both static and volatile in c?
Explain how can you be sure that a program follows the ansi c standard?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Can a pointer be volatile in c?
What are the different types of objects used in c?
What are the types of pointers in c?
Is c easy to learn?