what will be maximum number of comparisons when number of
elements are given?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between linking and loading?
What is the general form of function in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is a shell structure examples?
What is this infamous null pointer, anyway?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What is string function in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Is c still relevant?
differentiate built-in functions and user – defined functions.
Find the largest number from the given 2 numbers without using any loops and the conditional operator.