what are the uses of structure?
Answers were Sorted based on User's Feedback
Answer / suneela
it is a collection data items of different data types using
a single name
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / varu
writing program for database management like emplyoee
records....
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / nithla
we can group the hetrogenous data by using the structure.
| Is This Answer Correct ? | 7 Yes | 0 No |
1.changing d sizeof cursor,
2 clearing d content of screen,
3 drawing graphics shapes
4 formatting floppy drive
5 interacting with mouse
| Is This Answer Correct ? | 7 Yes | 8 No |
Write a program to find given number is even or odd without using any control statement.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
swapping of two numbers without using third variable using AND and OR operators
What is difference between structure and union in c programming?
#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
Please write the area of a RIGHT ANGLED TRIANGLE.
Can we assign integer value to char in c?
what is available in C language but not in C++?
10 Answers CTS, TCS,
Explain about the functions strcat() and strcmp()?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
How to create struct variables?