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 are the two types of structure?
What is the difference between array_name and &array_name?
Is there a way to switch on strings?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Can true be a variable name in c?
What is default value of global variable in c?
What is the difference between declaring a variable and defining a variable?
Explain how do you list a file’s date and time?
Describe static function with its usage?
Explain what will the preprocessor do for a program?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
FILE PROGRAMMING
What is the difference between functions getch() and getche()?
What is memory leak in c?
What is function what are the types of function?