print ur name without using any semicolon in c/c++....
Answer Posted / kumutha
#include<stdio.h>
void main()
{
if(printf("kumutha"))
}
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does %c mean in c?
What is return type in c?
Explain why can’t constant values be used to define an array’s initial size?
a program that can input number of records and can view it again the record
Why double pointer is used in c?
Can we change the value of #define in c?
What is putchar() function?
How do I get an accurate error status return from system on ms-dos?
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.
application attempts to perform an operation?
Which is better pointer or array?
What is the best way to comment out a section of code that contains comments?
Explain how to reverse singly link list.
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is atoi and atof in c?