What is the meaning of
?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Explain what is the general form of a c program?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
In c programming language, how many parameters can be passed to a function ?
What is a string?
write a program in c language for the multiplication of two matrices using pointers?
Input 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.
write a code for large nos multilication (upto 200 digits)
write an algorithm to display a square matrix.
what type of questions arrive in interview over c programming?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration