Programming
With C Important Questions
Unit-I
- Explain Scope and life of a variable?
- Explain Basic structure of C program?
- Write about the I/O functions in C(Non-formatted input/output functions Formatted input/output functions.)?
- Explain Data types
- Explain History of C language?
- Explain Preprocessors in C?
- Explain storage classes in c?
Unit-II
- Write about the selection/conditional statements in C(If,If-else,If-elseif –else,Switch)?
- Explain about loops/iterative Statements with examples?
- Explain In Detail About Operators In C++?
- Differentiate between break ,continue and goto statement.
- Explain type conversion?
Unit-III
- What is an array? Explain types of arrays with examples(1D Array,2D Array?
- What is a String? Explain about the string manipulation functions
- Write Matrix addition program?
Unit-IV
- What is a Function? Explain functions with arguments and return values?
- What are the types of functions? Explain.
- Explain function elements?
- Differentiate Call-by-Value Vs Call-byreference.
- What is Recursion? Explain about the recursive functions.
Unit-IV
- What is a Pointer? Explain
- What is a Structure? Explain how to declare, access and initialize structure members.
- Explain about an array of structures.
- What is Union? Explain.
- Differentiate between Structures Vs Unions.
- What is Enumeration type?
No comments:
Post a Comment