main()
{
inta=10,b=20;
a>=5?b=100:b=200;
printf("%d
",b);
}
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between procedural and declarative language?
What is quick sort in c?
how to write a bubble sort program without using temporary variable?
WHOT IS CHAR?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
The file stdio.h, what does it contain?
What is the right type to use for boolean values in c?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is the difference between typeof(foo) and myFoo.GetType()?
which type of question asked from c / c++ in interview.
Explain pointers in c programming?