write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 60355
What is #include cctype?
What are linker error?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
By using C language input a date into it and if it is right?
What does %p mean c?
What is the condition that is applied with ?: Operator?
What are comments and how do you insert it in a C program?
Explain the difference between #include "..." And #include <...> In c?
What is actual argument?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
How can you call a function, given its name as a string?
formula to convert 2500mmh2o into m3/hr
regarding pointers concept
Why can’t we compare structures?
Is javascript written in c?