Answer Posted / rashmi
#include<stdio.h>
main()
{
printf("\%d");
}
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
How many levels of indirection in pointers can you have in a single declaration?
What is the symbol indicated the c-preprocessor?
What is #include stdio h?
Explain the ternary tree?
How do you use a pointer to a function?
Differentiate between declaring a variable and defining a variable?
Why we use stdio h in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
List out few of the applications that make use of Multilinked Structures?
How can I sort more data than will fit in memory?
What are multidimensional arrays?
Is there any demerits of using pointer?
What is variable declaration and definition in c?