Answer Posted / nithla
we can group the hetrogenous data by using the structure.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What does c in a circle mean?
why return type of main is not necessary in linux
How many types of arrays are there in c?
Do you have any idea how to compare array with pointer in c?
What is default value of global variable in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is void c?
What does c mean?
What is #include stdio h and #include conio h?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Differentiate between the = symbol and == symbol?
What is union and structure in c?
explain how do you use macro?