Program to trim a given character from a string.
Answer Posted / dj
best of luck for tomorrow's test
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which of these functions is safer to use : fgets(), gets()? Why?
What are the advantages of external class?
Define the scope of static variables.
Explain what are the __date__ and __time__ preprocessor commands?
What is the use of define in c?
Does c have class?
Can we increase size of array in c?
Write a simple code fragment that will check if a number is positive or negative.
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is volatile variable how do you declare it?
regarding pointers concept
Write a program to reverse a given number in c language?
given post order,in order construct the corresponding binary tree
Is fortran still used in 2018?
What are the rules for identifiers in c?