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
What is pivot in c?
What is function definition in c?
Explain what are binary trees?
What does the function toupper() do?
How many main () function we can have in a project?
What are compound statements?
What are qualifiers and modifiers c?
What is meant by errors and debugging?
What is c programming structure?
What happens if a header file is included twice?
write a program to find out prime number using sieve case?
Explain output of printf("Hello World"-'A'+'B'); ?
What is c mainly used for?
Write the Program to reverse a string using pointers.
Once I have used freopen, how can I get the original stdout (or stdin) back?