Why c is procedure oriented?
No Answer is Posted For this Question
Be the First to Post Answer
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is time complexity c?
how to find string length wihtout using c function?
What is the difference between %d and %i?
can u give me the good and very optimised code for a car racing game?
How can I call a function with an argument list built up at run time?
What is void pointers in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is file in c preprocessor?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
Explain the difference between the local variable and global variable in c?
What are the modifiers available in c programming language?