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 are header files and explain what are its uses in c programming?
What are pragmas and what are they good for?
how to get starting address of a running C program
what is pointer ?
10 Answers Kernex Micro Systems,
write a progam to compare the string using switch case?
question-how to run a c programme.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
what is the coding of display the factorial of a number using array and function?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
what is event driven software and what is procedural driven software?