write a c program to store and print name,address,roll.no of
a student using structures?
Answer Posted / krunal patel
I MA KRUNAL PATEL
| Is This Answer Correct ? | 15 Yes | 54 No |
Post New Answer View All Answers
What is a good data structure to use for storing lines of text?
why wipro wase
Where define directive used?
What are static variables in c?
Is that possible to store 32768 in an int data type variable?
Can a pointer be static?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What are linked lists in c?
How can I convert a number to a string?
What is the right type to use for boolean values in c? Is there a standard type?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Is there a way to switch on strings?
Explain why can’t constant values be used to define an array’s initial size?