Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
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"
What is a memory leak? How to avoid it?
What are logical errors and how does it differ from syntax errors?
What is ambagious result in C? explain with an example.
Explain output of printf("Hello World"-'A'+'B'); ?
What is the process of writing the null pointer?
Explain how do you determine whether to use a stream function or a low-level function?
about c language
What is header file definition?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Why do we use pointer to pointer in c?
When is a “switch” statement preferable over an “if” statement?
What would be an example of a structure analogous to structure c?
how many errors in c explain deply
What is volatile variable how do you declare it?