Is a house a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
Write a program to print factorial of given number using recursion?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Is fortran still used in 2018?
What is a const pointer in c?
why 'c' is called middle level language.
can we declare a variable in different scopes with different data types? answer in detail
How can I find leaf node with smallest level in a binary tree?
What are macros in C?
What is void main () in c?
Write a program with dynamically allocation of variable.