Is it better to use a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
Can a pointer be static?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
Explain the binary height balanced tree?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
What is cohesion in c?
How will you allocate memory to a double pointer ?
Are pointers integers in c?
Given an unsigned integer, find if the number is power of 2?
What is void c?
What is the exact difference between '\0' and ""
How can I convert integers to binary or hexadecimal?
What are header files and explain what are its uses in c programming?