main()
{
printf("hello%d",print("QUARK test?"));
}
Answers were Sorted based on User's Feedback
Answer / vignesh1988i
QUARK test?hello1
first it prints the inner most printf statement and then and the comes to the second printf and returns the number of characters inside the " ". but this wat i think, may be wrong too
thank u.
| Is This Answer Correct ? | 1 Yes | 1 No |
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
Are there namespaces in c?
All technical questions
What are the different properties of variable number of arguments?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Is that possible to add pointers to each other?
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
What is a pointer in c plus plus?
Write the control statements in C language
What are the parts of c program?
What is uint8 in c?
Explain zero based addressing.