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
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
What are the types of macro formats?
What are the parts of c program?
What is difference between union and structure in c?
write a programming in c language, 1 3 5 7 9 11
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Distinguish between actual and formal arguments.
How does the C program handle segmentation faults?
c pgm count no of lines , blanks, tabs in a para(File concept)
What is the use of ?
can we write a program in c for printf and scanf without using header file stdio.h
please send me the code for multiplying sparse matrix using c