Answer Posted / reddy
printf("%d");
| Is This Answer Correct ? | 11 Yes | 30 No |
Post New Answer View All Answers
Write a program to check whether a number is prime or not using c?
How pointer is different from array?
What is the difference between the = symbol and == symbol?
What is ## preprocessor operator in c?
How does #define work?
What are types of preprocessor in c?
What are the usage of pointer in c?
What are enumerated types?
how do you execute a c program in unix.
Do pointers need to be initialized?
Can we declare variables anywhere in c?
Here is a neat trick for checking whether two strings are equal
Can we declare variable anywhere in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is c language & why it is used?