write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
21843. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
3 25977main() { 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 9340Input 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 12871Input 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.
2120how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
2085
What is difference between stdio h and conio h?
What are header files? What are their uses?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How can I find out how much free space is available on disk?
Write a program to generate random numbers in c?
What is the correct code to have following output in c using nested for loop?
Can you write the function prototype, definition and mention the other requirements.
How do we declare variables in c?
What do you know about the use of bit field?
Should I learn data structures in c or python?
How can I manipulate individual bits?
List some of the static data structures in C?
Explain what does a function declared as pascal do differently?
What are the difference between a free-standing and a hosted environment?
regarding pointers concept