Answer Posted / murali
#include<stdio.h>
#include<conio.h>
void main()
{
printf("%");
printf("d");
}
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What is the difference between near, far and huge pointers?
Can a function argument have default value?
difference between Low, Middle, High Level languages in c ?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is an lvalue?
Why do we use c for the speed of light?
Explain the difference between malloc() and calloc() function?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
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
What does != Mean in c?
What is difference between Structure and Unions?
State the difference between x3 and x[3].
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are structural members?
Process by which one bit pattern in to another by bit wise operation is?