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
What is volatile keyword in c?
What is a C array and illustrate the how is it different from a list.
can v write main() { main(); } Is it true?
Can we use visual studio for c?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
to find the closest pair
Explain about the constants which help in debugging?
How do I use void main?
What are .h files and what should I put in them?
What is period operator in c?
what is c language.
int x=sizeof(!5.856); What will value of variable x?