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
What is void c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What is a example of a variable?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Tell me when would you use a pointer to a function?
hi , please send me NIC written test papers to sbabavalli@gmail.com
why java is called as a purely oops language.
Why doesn't C support function overloading?
How to write the code of the program to swap two numbers with in one statement?