Heyyy All,
Just a challenge .
A C program with if Else
if(){
/// insert sumthing
print ("in if")
// insert sumting
}
else {
///// insert sumthing
print ("in else");
//// insert sumthing
}
can anyone modify it so that program prints.
if and else both
Answer Posted / ravinderrawat1989
Try...
sumthing tricky waiting after this
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a program to find out prime number using sieve case?
What is typedef struct in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain Basic concepts of C language?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Write a program which returns the first non repetitive character in the string?
State the difference between x3 and x[3].
What are enumerated types?
Tell me is null always defined as 0(zero)?
Is c is a high level language?
When is the “void” keyword used in a function?
Explain how can I write functions that take a variable number of arguments?
What does int main () mean?
What is graph in c?
What does %p mean?