What are 3 types of structures?


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

Post New Answer

More C Interview Questions

What is the scope of static variables?

1 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


What do you mean by Recursion Function?

0 Answers   Hexaware,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,






a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


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

0 Answers  


6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1

4 Answers  


What is bin sh c?

0 Answers  


What does 4d mean in c?

0 Answers  


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

6 Answers   Excel,


size maximum allocated by calloc()

3 Answers   DELL,


Categories