write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
21393. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
3 25845main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
TCS,
5 9201Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
1 12794Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
2061how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
2038
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Why is it that not all header files are declared in every C program?
How we can insert comments in a c program?
Explain Basic concepts of C language?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain how can you tell whether a program was compiled using c versus c++?
Is javascript written in c?
How can I recover the file name given an open stream?
What is a structural principle?
Explain a pre-processor and its advantages.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is the explanation for cyclic nature of data types in c?
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.
For what purpose null pointer used?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?