Answer Posted / karthikeyan
C is a function based language with lesser security to data
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Tell us the use of fflush() function in c language?
Should I learn data structures in c or python?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are the primitive data types in c?
while initialization of array why we use a[][2] why not a[2][]...?
What is dynamic memory allocation?
What is pointer to pointer in c language?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What are compound statements?
what are the advantages of a macro over a function?
Why is a semicolon (;) put at the end of every program statement?
In c programming language, how many parameters can be passed to a function ?
What are the types of variables in c?
What is the use of static variable in c?
Explain pointers in c programming?