What is a ternary operator in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


write a program structure to find average of given number

1 Answers  


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  






Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


how can I convert a string to a number?

0 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


What is array of structure in c programming?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


Categories