Answer Posted / sudhanshu tiwari
B-language
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Not all reserved words are written in lowercase. TRUE or FALSE?
Why do we use static in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
writ a program to compare using strcmp VIVA and viva with its output.
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is wrong in this statement? scanf(“%d”,whatnumber);
Is file a keyword in c?
What is graph in c?
What are shell structures used for?
Write a program to print “hello world” without using semicolon?
What are different storage class specifiers in c?
Explain how are 16- and 32-bit numbers stored?
Write a program to check palindrome number in c programming?
Why we use break in c?
Write a program to print factorial of given number without using recursion?