Why void main is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is multidimensional arrays
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is the scope of static variable in c?
How do we print only part of a string in c?
Do you know what are bitwise shift operators in c programming?
write a program in c language for the multiplication of two matrices using pointers?
program to find middle element of linklist?
Why array starts with index 0
What does malloc () calloc () realloc () free () do?
Can an array be an Ivalue?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference