Explain what will be the outcome of the following conditional statement if the value of variable s is 10?


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

Post New Answer

More C Interview Questions

If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


Are bit fields portable?

0 Answers   EXL,


Explain how do you print an address?

0 Answers  






Is main() function predfined or userdefined?

11 Answers  


Differentiate between full, complete & perfect binary trees.

0 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


What is 2c dna?

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


Categories