Answer Posted / agalya
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\%d");
}
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
what are # pragma staments?
What does *p++ do? What does it point to?
what is the structure pointer?
Distinguish between actual and formal arguments.
Explain built-in function?
What is an lvalue in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the use of extern in c?
How can I find the modification date and time of a file?
pierrot's divisor program using c or c++ code
Which header file is essential for using strcmp function?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
C program to find all possible outcomes of a dice?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?