What is a structure and why it is used?


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

Post New Answer

More C Interview Questions

write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


what does " calloc" do?

7 Answers   Cadence, Logos,


write a program for even numbers?

19 Answers   TCS,


How can I access memory located at a certain address?

3 Answers   Verizon,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  






Write a program to generate prime factors of a given integer?

2 Answers  


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


Explain union.

0 Answers  


What is a substring in c?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


How are pointers declared in c?

0 Answers  


Categories