Answer Posted / rashmi
#include<stdio.h>
main()
{
printf("\%d");
}
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What is int main () in c?
Is that possible to store 32768 in an int data type variable?
What is spark map function?
How do you print an address?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
How do you determine whether to use a stream function or a low-level function?
How are pointers declared in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What are void pointers in c?
How can you find the exact size of a data type in c?
What are global variables?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Write a program on swapping (100, 50)
Is linux written in c?
What is c mainly used for?