What is structure and union in c?


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

Post New Answer

More C Interview Questions

What is the difference between functions abs() and fabs()?

0 Answers  


What are the data types present in c?

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


What is the size of structure in c?

0 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  






Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

0 Answers  


How do you view the path?

0 Answers  


Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


How to receive strings with spaces in scanf()

7 Answers  


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

0 Answers  


Categories