How can I remove the trailing spaces from a string?
No Answer is Posted For this Question
Be the First to Post Answer
How do you generate random numbers in C?
what is c programing
Find occurence of a character in a sting.
What is break statement?
What is the use of #include in c?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
Explain how can you avoid including a header more than once?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Find greatest number out of 10 number without using loop.