Answer Posted / zubin abraham
C is structure oriented Designing language where as C++ is
Object oriented language
C is used for creating System level programs and c++ is used
for creating application programs and GUI
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can you draw circles in C?
Why do we need a structure?
What is d'n in c?
how logic is used
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is the purpose of ftell?
What is a header file?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
How does normalization of huge pointer works?
What are the 5 elements of structure?
What is the size of array float a(10)?
How can I write a function analogous to scanf?
Is it valid to address one element beyond the end of an array?
How many levels of pointers can you have?