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 that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
what is difference between procedural language and functional language ?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
How can I get random integers in a certain range?
Which is the best website to learn c programming?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Why doesn't C have nested functions?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Where does the name "C" come from, anyway?
Do you know the use of fflush() function?
how to write a prog in c to convert decimal number into binary by using recursen function,
Explain how can you determine the size of an allocated portion of memory?