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
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is structure in c explain with example?
Is a house a shell structure?
Explain how do you determine the length of a string value that was stored in a variable?
What is a stream water?
How many loops are there in c?
Where are local variables stored in c?
How can you find the day of the week given the date?
What is a floating point in c?
What are the disadvantages of a shell structure?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Can we access array using pointer in c language?
What are the 4 types of unions?
What are the string functions? List some string functions available in c.
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above