Between macros and functions,which is better to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use pointer to pointer in c?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What are local variables c?
Describe static function with its usage?
Write programs for String Reversal & Palindrome check
Please list all the unary and binary operators in C.
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Explain what is the difference between a string and an array?
wat s the meaning of (int *)p +4;
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What are directives in c?
code for find determinent of amatrix