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 |
write a prgram of swapping with 2 valiables
Explain goto?
Explain argument and its types.
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Is c easier than java?
Can 'this' pointer by used in the constructor?
HOW TO SWAP TWO NOS IN ONE STEP?
What are the functions to open and close file in c language?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Which programming language is best for getting job 2020?
What is the meaning of ?