What is the use of define in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to swap 3 numbers without using 4th variable?
A C E G H +B D F A I ------------ E F G H D
what is c
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
Explain the array representation of a binary tree in C.
What is the purpose of Scanf Print, getchar, putchar, function?
What is a substring in c?
What is operator promotion?
What is c value paradox explain?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
1 232 34543 4567654 can anyone tell me how to slove this c question
Explain the properties of union. What is the size of a union variable