write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
21373. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
3 25840main() { 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 9191Input 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 12791Input 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.
2060how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
2032
Can you assign a different address to an array tag?
What language is lisp written in?
What is a pointer variable in c language?
What are the advantages of external class?
What is the mean of function?
How do we print only part of a string in c?
shorting algorithmS
what are bit fields in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
can we have joblib in a proc ?
What are the different types of objects used in c?
What is keyword in c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is variable declaration and definition in c?
write a c program in such a way that if we enter the today date the output should be next day's date.