Answer Posted / bhavinsin darbar &bhavik g
array is collection of element which is having to same data
type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between variable declaration and variable definition in c?
What are void pointers in c?
How do you do dynamic memory allocation in C applications?
What is the modulus operator?
How would you rename a function in C?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is difference between union and structure in c?
What is the use of sizeof?
How can I access an I o board directly?
Write a program to generate the Fibinocci Series
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What are the 4 types of functions?
What Is The Difference Between Null And Void Pointer?
What is main function in c?