Answer Posted / rashmi
#include<stdio.h>
main()
{
printf("\%d");
}
Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
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
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What does malloc () calloc () realloc () free () do?
Explain what does it mean when a pointer is used in an if statement?
What is the process of writing the null pointer?
How do I determine whether a character is numeric, alphabetic, and so on?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
I heard that you have to include stdio.h before calling printf. Why?
Tell us two differences between new () and malloc ()?
number of times a digit is present in a number
what is the difference between 123 and 0123 in c?
Why are algorithms important in c program?
Explain what is a program flowchart and explain how does it help in writing a program?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is volatile variable how do you declare it?