About Me

My photo
Vijayapur, Karnataka, India
I am interested in Teaching.

Friday 28 December 2018

Viva Voce Questions for CPL Lab. ( C langauage Lab.), VTU Belagavi. First year Engineering Course.

What is computer?

Name some input and output devices.

What is CPU?

Name types of memories.

Tell me about computer generations.

Can you name the types of computers.

What is computer network?

Can you name components used for computer network.

Name, the types of networks.

What is network topology? Name.

Who is the father of computer?

Who is the developer of C language?

List the types of computer languages.

What is algorithm?

What us flowchart?

What is pseudocode?

What is stdio.h?

What is void?

What are data types?

What is variable?

What is typecast?

What is computer program?

What are c tokens?

What are formatted I/O functions?

What are unformatted I/O functions?

Name the types of operators supported by C language.

What are bitwise operators?

Difference between increment and decrement operator.

Name decision making statements supported by c language.

Name loop statements supported by c language.

Difference between while and do while.

Difference between break and continue.

What is an array?

What are drawbacks of array?

Types of arrays.

What is bubble sort?

What is leap year?

What is function?

Types of functions.

Actual and formal parameters.

Categories of functions.

difference between call by value and call by reference.

What is recursive function?

What is structure?

Arrays of structures.

What is pointer?

What is dynamic memory allocation?

What are pre processors?






No comments:

GCD of two numbers and its application...

The greatest common divisor (gcd) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. The ...