How do you use a 'Local Block'?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS LOW LEVEL LANGUAGE?
How to implement call back functions ?
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 difference between array_name and &array_name?
What is the process of writing the null pointer?
main is a predefined or user define function if user defined why? if predefined whay?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Here is a good puzzle: how do you write a program which produces its own source code as output?
How do you redirect a standard stream?
YBJBU6
who is the editor of 'pokemon'?
What is use of null pointer in c?