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
Can math operations be performed on a void pointer?
When would you use a pointer to a function?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Why is c called c?
Can we assign integer value to char in c?
What is the use of f in c?
How we can insert comments in a c program?
When should a type cast be used?
What is a global variable in c?
Why is python slower than c?
What is meant by int main ()?
What is a floating point in c?
What are types of functions?
What is extern storage class in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.