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
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Differentiate between a for loop and a while loop? What are it uses?
How a string is stored in c?
how to write hello word without using semicolon at the end?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
how to swap 2 numbers in a single statement?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
a 'c' program to tell that the set of three coordinates lie on a same line
Difference between fopen() and open()?
In c programming language, how many parameters can be passed to a function ?
What is the difference between typedef struct and struct?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98