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
Do variables need to be initialized?
Can I initialize unions?
In which layer of the network datastructure format change is done
What is const and volatile in c?
What are the types of type specifiers?
In a switch statement, what will happen if a break statement is omitted?
Write a program to swap two numbers without using a temporary variable?
Can you please explain the difference between malloc() and calloc() function?
What are header files in c programming?
What is the use of a static variable in c?
I have seen function declarations that look like this
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Explain can you assign a different address to an array tag?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the use of define in c?