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
ABCDCBA ABC CBA AB BA A A
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what is the little endian and big endian?
WHAT IS ABSTRACT DATA TYPE
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What are the difference between a free-standing and a hosted environment?
What are extern variables in c?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
How can you call a function, given its name as a string?
Can the sizeof operator be used to tell the size of an array passed to a function?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?