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.
2096how 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 5312write 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,
5463Find the largest number from the given 2 numbers without using any loops and the conditional operator.
2 5056How 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 3854
Who developed c language?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is #include stdio h and #include conio h?
Give basis knowledge of web designing ...
Write a program to find the biggest number of three numbers in c?
What is static volatile in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Describe the difference between = and == symbols in c programming?
What is 2c dna?
Here is a neat trick for checking whether two strings are equal
In which language linux is written?
Define the scope of static variables.
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is an example of structure?
What is static memory allocation?