NPTEL Problem Solving Through Programming In C Week 2 Quiz Assignment Solution | July 2022

 

Week 2: Assignment 2


A function is
 
 
 
 
1 point
If an integer needs two bytes of storage, then the minimum value of a signed integer in C would be
 
 
 
 
1 point
Which of the following statements is correct?
I.     Keywords are those words whose meaning is already defined by Compiler.
II.    Keywords cannot be used as variable names.
III.   There are 32 keywords in C
IV.   C keywords are also called reserved words.
 
 
 
 
1 point
 
 
 
 
    Ans: 18
1 point
1 point
Which of the following are not standard header files in C?
 
 
 
 
 Ans: 18.50
1 point
1 point
Which of the following is not a C variable?
 
 
 
 
1 point
 
 
 
 
1 point
 
 
 
 
You may submit any number of times before the due date. The final submission will be considered for grading.

No comments

File Uploading in PHP

  File Uploading in PHP PHP allow you to upload any type of a file i.e. image, binary or text files.etc..,PHP has one in built global variab...