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
Can math operations be performed on a void pointer?
What is the difference between formatted&unformatted i/o functions?
What is the use of function in c?
what is use of malloc and calloc?
What is struct node in c?
Explain what are bus errors, memory faults, and core dumps?
What is a loop?
Is c is a procedural language?
code for replace tabs with equivalent number of blanks
How variables are declared in c?
Is there any data type in c with variable size?
What is getch?
What are the scope of static variables?
Differentiate between null and void pointers.
Write a program to find the biggest number of three numbers in c?