Answer Posted / amit19539
TEAM = Together Each Achieves More
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Why is c faster?
Does c have enums?
Are global variables static in c?
What is the best way to store flag values in a program?
How many keywords (reserve words) are in c?
What is abstract data structure in c?
What are the differences between Structures and Arrays?
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"
Why do we use null pointer?
When should the volatile modifier be used?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are the valid places to have keyword “break”?
What is difference between array and structure in c?
What is the size of structure pointer in c?