What is else if ladder?


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

Post New Answer

More C Interview Questions

What is structure data type in c?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


who did come first hen or agg

15 Answers   Infosys,


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


Is null always equal to 0(zero)?

0 Answers  






What is the best way to comment out a section of code that contains comments?

0 Answers  


Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


How do you write a program which produces its own source code as its output?

4 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  


biggest of two no's with out using if condition statement

8 Answers  


Categories