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 %d used for?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
how to build a exercise findig min number of e heap with list imlemented?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Write a program to print ASCII code for a given digit.
What is a struct c#?
What is character constants?
What is the difference between call by value and call by reference in c?
What is the difference between exit() and _exit() function?
How can a program be made to print the name of a source file where an error occurs?
Do character constants represent numerical values?
Why is struct padding needed?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the best style for code layout in c?