Do as Directed. 1. Size of float is ______ bytes. 2. Writing for (;;); in a statement of ‘C’ program would generate an infinite loop.[T/F] 3. Define ternary operator. 4.______ is used for writing multiline comment. 5.What do you mean by lifetime of a variable? 6.The associativity of && is _____ to ______. 7.Differentiate between “=” and “==”.
[7 marks]What is an operator? What are the types of operators? Explain any 2 types of operators in Detail.
[7 marks]Define data types? Explain basic data types in detail.
[7 marks]What are tokens? Explain different classes of tokens.
[7 marks]Explain formatted input and output function with proper example.
[7 marks]Explain structure of “C” program.
[7 marks]What is a typecasting? Write its significance and purpose with suitable example.
[7 marks]What is the use of switch case, explain with proper example. Also explain the use of Default.
[7 marks]Write a program to display the following output using C Language.
[7 marks]What is an Array? How it differs from ordinary variables? How to initialize 1D array and 2-Darray? Write a program which find odd maximum number from 1-D Integer array.
[7 marks]What is a flowchart? State the standard guidelines and standard symbols for drawing a Flowchart.
[7 marks]Explain different decision-making statements of Cwith examples.
[7 marks]Write a recursive function to print conversion of decimal number into binary number.
[7 marks]What do you mean by scope and lifetime of a variable? Explain the types of scope.
[7 marks]Explain following string functions with suitable example.
[ marks]strrev() (ii) strcpy() (iii) strstr ()
[7 marks]Explain various escape sequence and format Specifiers with their usage.
[7 marks]Explain following terms with example.
[7 marks]Constant (ii) keyword (iii) variable (iv) object file
[ marks]