Answer Posted / mail
in c we using printf and scanf
in c++ we using cin and cout
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Write a c program to demonstrate character and string constants?
What is infinite loop?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What do you mean by command line argument?
What the different types of arrays in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is difference between structure and union in c programming?
What are the 5 types of inheritance in c ++?
How can I manipulate strings of multibyte characters?
show how link list can be used to repersent the following polynomial i) 5x+2
Tell us bitwise shift operators?
What are the different types of objects used in c?
What are the 4 types of functions?