Do you know the purpose of 'register' keyword?
No Answer is Posted For this Question
Be the First to Post Answer
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
What is use of integral promotions in c?
What are the different categories of functions in c?
what are the different storage classes in c?
Is reference used in C?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
what is the difference between NULL('\0') and 0?
who is the editor of 'pokemon'?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Is it possible to have a function as a parameter in another function?