How the c program is executed?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is procedure oriented?
What is meant by errors and debugging?
What is c programing language?
When is a void pointer used?
What is the -> in c?
Is Exception handling possible in c language?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Why flag is used in c?
Difference between pass by reference and pass by value?
What is self-referential structure in c programming?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
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"