Answer Posted / sri
in C structures are used...but in cpp classes are
used..which is more secured
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain how do you list files in a directory?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How can I manipulate strings of multibyte characters?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is int main () in c?
Explain what is the concatenation operator?
Do you know the purpose of 'register' keyword?
write a c program in such a way that if we enter the today date the output should be next day's date.
Compare interpreters and compilers.
Calculate 1*2*3*____*n using recursive function??
What are two dimensional arrays alternatively called as?
What are the advantages of Macro over function?
What is the maximum length of an identifier?
What does typedef struct mean?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion