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 features of the c language?
What is indirection? How many levels of pointers can you have?
What is array within structure?
How can you increase the size of a dynamically allocated array?
How can I get the current date or time of day in a c program?
How do you determine the length of a string value that was stored in a variable?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is #define?
code for find determinent of amatrix
Are the expressions * ptr ++ and ++ * ptr same?
Can two or more operators such as and be combined in a single line of program code?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Differentiate between functions getch() and getche().
Are bit fields portable?
How are 16- and 32-bit numbers stored?