Answer Posted / jiten patel
Array is a group of entity which stores similar types of data.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write a code on reverse string and its complexity.
What is extern keyword in c?
Is main is user defined function?
Is this program statement valid? INT = 10.50;
Differentiate between #include<...> and #include '...'
Explain how many levels deep can include files be nested?
How can you find the exact size of a data type in c?
What is the difference between pure virtual function and virtual function?
Multiply an Integer Number by 2 Without Using Multiplication Operator
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Is c weakly typed?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the use of pointers in C?
write an algorithm to display a square matrix.
What is a list in c?