Answer Posted / susmita
c is a set of instructions or commands, which are given for
the computer to do different activity or jobs or works
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Tell us the use of fflush() function in c language?
List some basic data types in c?
Explain is it valid to address one element beyond the end of an array?
Is c call by value?
Explain the difference between malloc() and calloc() in c?
If the size of int data type is two bytes, what is the range of signed int data type?
What is #line?
Describe the header file and its usage in c programming?
all c language question
What is #define size in c?
How can you invoke another program from within a C program?
What is printf () in c?
Is null always equal to 0(zero)?
Why void is used in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?