What are examples of structures?


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

Post New Answer

More C Interview Questions

void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


What is indirect recursion? give an example?

4 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


How many loops are there in c?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,






`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


Why c is faster than c++?

0 Answers  


Is there a way to jump out of a function or functions?

0 Answers  


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


How to swap 3 numbers without using 4th variable?

5 Answers  


program to print upper & lower triangle of a matrix

2 Answers   TCS,


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


Categories