Hello. How to write a C program to check and display president party
like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
No Answer is Posted For this Question
Be the First to Post Answer
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
How to calculate sum
why effort estimation is important?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
How can I find out if there are characters available for reading?
what is difference between declaring the pointer as int and char in c language?
what is the format specifier for printing a pointer value?
Are there any problems with performing mathematical operations on different variable types?
How do I copy files?
Who is the founder of c language?