Explain function?
No Answer is Posted For this Question
Be the First to Post Answer
Is c procedural or functional?
Give a method to count the number of ones in a 32 bit number?
Write the syntax and purpose of a switch statement in C.
write a prgram of swapping with 2 valiables
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
How does the C program handle segmentation faults?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What is the g value paradox?
Combinations of fibanocci prime series
Explain data types & how many data types supported by c?
why u join this call center?