1. The function ____ obtains block of memory dynamically. a) calloc b) malloc c) Both calloc &a…
Read more1. The value of EOF is_____ a) -1 b) 0 c) 1 d) 10 2. Which of the following true about FILE…
Read more1) An array is also known as ___________ a) Subscripted variable b) Collective array c) Ordina…
Read more1. What is the output of this C code? #include <stdio.h> void main() { …
Read more1. What is the output of this C code? #include <stdio.h> void main() { …
Read more1. The output of the code below is #include <stdio.h> int a; void main() …
Read more1. Which of the following is not valid variable name declaration? a) int __v1; b) int __1v; c) …
Read more1) Which of the following syntax is correct for command-line arguments? a) int main(int var, …
Read more