Answer Posted / rashmi
#include<stdio.h>
main()
{
printf("\%d");
}
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
Write a program to know whether the input number is an armstrong number.
Which is an example of a structural homology?
Explain the difference between strcpy() and memcpy() function?
What is string in c language?
Explain what is a stream?
Write a program to use switch statement.
Where is volatile variable stored?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is a function in c?
Explain what is output redirection?
What are data types in c language?
Describe wild pointers in c?
What happens if a header file is included twice?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above