What is the condition that is applied with ?: Operator?


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

Post New Answer

More C Interview Questions

extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


Explain the advantages of using macro in c language?

0 Answers  


There seem to be a few missing operators ..

0 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,






What is maximum size of array in c?

0 Answers  


How many bytes is a struct in c?

0 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


Explain how are portions of a program disabled in demo versions?

0 Answers  


Categories