What are the 3 types of structures?


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

Post New Answer

More C Interview Questions

Why we use conio h in c?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


How do I initialize a pointer to a function?

2 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


What the advantages of using Unions?

0 Answers   TISL,






Explain what are the different file extensions involved when programming in c?

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


What is the difference between array and linked list in c?

0 Answers  


What is a void * in c?

0 Answers  


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


Categories