What is the purpose of macro in C language?
No Answer is Posted For this Question
Be the First to Post Answer
Why array is used in c?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
how to multiply two number taking input as a string (considering sum and carry )
declare afunction pointer to int printf(char *)?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
List a few unconditional control statement in c.
Explain the priority queues?
Once I have used freopen, how can I get the original stdout (or stdin) back?
How to print %d in output
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
what are the advantage and disadvantage of recursion
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?