Answer Posted / guest
it is a simple English alphabet C nothing else.
| Is This Answer Correct ? | 8 Yes | 49 No |
Post New Answer View All Answers
Is this program statement valid? INT = 10.50;
How do we declare variables in c?
Write a program to print "hello world" without using a semicolon?
Write a program to print ASCII code for a given digit.
write a program to find the given number is prime or not
What is time complexity c?
Describe the order of precedence with regards to operators in C.
What is the value of c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Distinguish between actual and formal arguments.
Explain the ternary tree?
Differentiate between the expression “++a” and “a++”?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Is register a keyword in c?