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 |
what is c programing
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
what is stack , heap ,code segment,and data segment
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is a ternary operator in c?
What is FIFO?
Why is %d used in c?
wite a programme in c to linear search a data using flag and without using flags?
write a program to display numbers from 1 to 10 and 10 to 1?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain what are global variables and explain how do you declare them?