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.
2148how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
3 5455write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
HCL,
5500Find the largest number from the given 2 numbers without using any loops and the conditional operator.
2 5149How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
HCL,
1 3915
How to set file pointer to beginning c?
What is the size of enum in c?
How can you increase the allowable number of simultaneously open files?
What are the features of the c language?
What is the translation phases used in c language?
What is volatile variable how do you declare it?
What is local and global variable in c?
Difference between constant pointer and pointer to a constant.
Why do we write return 0 in c?
What are the key features in c programming language?
How can you check to see whether a symbol is defined?
What is the use of c language in real life?
using for loop sum 2 number of any 4 digit number in c language
What is the difference between a free-standing and a hosted environment?
How do you search data in a data file using random access method?