without a terminator how can we print a message in a printf
() function.
Answer Posted / guest
using if statement
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
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"
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is exit(status) truly equivalent to returning the same status from main?
What does sizeof return c?
Do pointers take up memory?
What are the different categories of functions in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Explain how do you list files in a directory?
How can you increase the size of a dynamically allocated array?
Can stdout be forced to print somewhere other than the screen?
What is the correct declaration of main?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is keyword with example?
What are the uses of null pointers?