Explain how can I remove the trailing spaces from a string?
No Answer is Posted For this Question
Be the First to Post Answer
how i m write c program 1.check prime number 2.prime number series
What is derived datatype in c?
What are the string functions? List some string functions available in c.
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
what is the main use of c where it can use the c
What is the difference between procedural and declarative language?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can I list all of the predefined identifiers?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above