Answer Posted / shubham
an array is a series of values in computers memory all of which have the same name and also same data type but they are differ with special values called subscripts
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is void main ()?
Explain the use of bit fieild.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the main difference between calloc () and malloc ()?
What are derived data types in c?
How do we open a binary file in Read/Write mode in C?
How can I ensure that integer arithmetic doesnt overflow?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Why doesnt the call scanf work?
what are bit fields in c?
Can you please explain the difference between syntax vs logical error?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Is r written in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What are the two types of structure?