Differentiate between a structure and a union.


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

Post New Answer

More C Interview Questions

write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


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

17 Answers   ME,






sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


What is the purpose of main( ) in c language?

0 Answers  


Why functions are used in c?

0 Answers  


Which header file is used for clrscr?

0 Answers  


Write a factorial program using C.

0 Answers   iNautix,


Why can’t we compare structures?

0 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


Categories