What is a constant?
No Answer is Posted For this Question
Be the First to Post Answer
How to write the code of the program to swap two numbers with in one statement?
Explain how can you be sure that a program follows the ansi c standard?
What is cohesion and coupling in c?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
How pointers are declared?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Array is an lvalue or not?
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is the diffences between Windows XP and Windows Visa
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout