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
How to compare array with pointer in c?
What is the advantage of using #define to declare a constant?
Write a c program to demonstrate character and string constants?
Explain what will the preprocessor do for a program?
Explain what are the different data types in c?
Is it acceptable to declare/define a variable in a c header?
Do you know pointer in c?
What is the most efficient way to count the number of bits which are set in an integer?
What is a stream in c programming?
How can I manipulate individual bits?
write a program to rearrange the array such way that all even elements should come first and next come odd
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
how can I convert a string to a number?
What is the scope of static variable in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25