Answer Posted / mukul kumar
keyward is special word which have constsnt meaning in
programing they have specific meaning.
examples:-if, for, do, etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a factorial program using C.
Write a program to print “hello world” without using semicolon?
What is time complexity c?
Explain which function in c can be used to append a string to another string?
What is a stream in c programming?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Write a program to print factorial of given number without using recursion?
What are different types of operators?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Can a pointer be null?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are pragmas and what are they good for?
What are the application of void data type in c?
Write the control statements in C language
How can I open files mentioned on the command line, and parse option flags?