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
What are the different types of linkage exist in c?
Explain what is the difference between #include and #include 'file' ?
What is a void pointer? When is a void pointer used?
What is typeof in c?
What are the restrictions of a modulus operator?
What are the main characteristics of c language describe the structure of ac program?
Explain the difference between call by value and call by reference in c language?
Which function in C can be used to append a string to another string?
Why is c fast?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is null pointer constant?
how many errors in c explain deply
writ a program to compare using strcmp VIVA and viva with its output.
What is const keyword in c?
Why is c still so popular?