c program to print a name without using semicolon
Answers were Sorted based on User's Feedback
Answer / jeke kumar gochhayat
#include<stdio.h>
void main()
{
if(printf("jeke kumar gochhayat"))
}
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / rajesh dixit
#include<stdio.h>
#include<coio.h>
void main()
{
if(printf("rajesh dixit"))
{
}
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 080132
#include<stdio.h>
#include<conio.h>
void main{
if(printf("I am arafat from jstu")){
}
if(printf(" ")){
}
if(getch()){
}
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nirbhay gupta
#define $ ;
main()
{
printf("i am Nirbhay Gupta")$
printf("right")$
}
| Is This Answer Correct ? | 5 Yes | 18 No |
How can I call a function, given its name as a string?
What is malloc and calloc?
How do shell structures work?
What is c language and why we use it?
What is an operator?
List some applications of c programming language?
What is unsigned int in c?
question-how to run a c programme.
What’s the special use of UNIONS?
array of pointer pointer to array pointer to pointer
What is c standard library?
print the palindrome numbers in between 0 to n