What is structure and union in c?


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

Post New Answer

More C Interview Questions

progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


Is c still relevant?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,






how can u print a message without using any library function in c

1 Answers   NIIT,


Differentiate abs() function from fabs() function.

0 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


Does c have enums?

0 Answers  


What is FIFO?

0 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


Categories