Why do we need a structure?


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

Post New Answer

More C Interview Questions

In c programming language, how many parameters can be passed to a function ?

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


What are extern variables in c?

0 Answers  


What are header files why are they important?

0 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,






How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


what is c programing

11 Answers   Wipro,


What are formal parameters?

0 Answers  


how many argument we can pas in in a function

25 Answers   CTS,


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


Categories