Answer Posted / d
c language is middlelevel langauage
it follows
higher and low level language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the deal on sprintf_s return value?
Can you add pointers together? Why would you?
Is main is a keyword in c?
Is c easy to learn?
What is a void * in c?
What is malloc() function?
What is a class c rental property?
What are qualifiers?
Is c procedural or functional?
What's a good way to check for "close enough" floating-point equality?
Is boolean a datatype in c?
What are c header files?
What are the advantages and disadvantages of pointers?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping