What is the size of enum in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are conditional operators in C?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is declaration and definition in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
When should a far pointer be used?
What are the different file extensions involved when programming in C?
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
Program to display given 3 integers in ascending order
Explain null pointer.
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
What is indirect recursion? give an example?
What are the advantages and disadvantages of c language?