Write a programme using structure that create a record of
students. The user allow to add a record and delete a record
and also show the records in ascending order.
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
what is the hexidecimal number of 4100?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
What are the differences between Structures and Arrays?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is the difference between struct and typedef struct in c?
what are the facialities provided by you after the selection of the student.
how can f be used for both float and double arguments in printf? Are not they different types?
Explain what is the concatenation operator?