Answer Posted / venkatachalam
printf("\"hai\"");
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
How many header files are in c?
What is the size of structure pointer in c?
What is difference between scanf and gets?
What are c identifiers?
What is the difference between ++a and a++?
Why do we use & in c?
How do you determine whether to use a stream function or a low-level function?
What is the size of array float a(10)?
Which function in C can be used to append a string to another string?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is build process in c?
What is extern c used for?
What is a scope resolution operator in c?
about c language