Explain what is wrong with this statement? Myname = ?robin?;
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the function toupper() do?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
How arrays can be passed to a user defined function
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Explain built-in function?
How do you use a 'Local Block'?
Why void main is used in c?
What is far pointer in c?
how many times of error occur in C
What is static function in c?
Explain can static variables be declared in a header file?