Answer Posted / saroj
C is a high level
language
| Is This Answer Correct ? | 13 Yes | 34 No |
Post New Answer View All Answers
Explain the use of 'auto' keyword
What is the purpose of void pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What language is windows 1.0 written?
How can I automatically locate a programs configuration files in the same directory as the executable?
What are header files why are they important?
What language is c written?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How can you find the exact size of a data type in c?
What is an operator?
Is array name a pointer?
What are the different types of control structures?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain how can you tell whether a program was compiled using c versus c++?
How do you determine a file’s attributes?