Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
3
What do you mean by term 'Data Type'? Explain any four data types with examples. This question has 1 answers so far.
3
What is ternary operator? Explain. This question has 1 answers so far.
1
WAP to read the values from a file and save the Even values in a file named EVEN and add values in anle named ODD. This question has 0 answers so far.
1
Explain the concept of 'Preprocessor Directive"? Differentiate the simple macro, macro with argument and control directives with examples? This question has 0 answers so far.
1
What are logical and relational operators? This question has 1 answers so far.
1

(a) What do you mean by term Date Type"? Explain any four data types with examples.

(b) Differentiate between 'Break' and 'Exit statements.

(c) To Differentiate between 'Call by Value' and 'Call by Reference!

(d) Explain the concept of Pointer with the help of suitable example?

(e) Write a program to swap two numbers without using third variable

(f). Explain the use of 'Continue' statements?

(g) What do you mean by 'Recursive Functions?

(h) Differentiate between const char *p and char const p.

(i) Explain the concept of 'Static Variable with the help of suitable example

(j) What is "Enumeruted Data Type"? Explain with suitable example, 

This question has 3 answers so far.
1

Explain the array of pointers to functions with suitable example.

This question has 1 answers so far.
0
Briefly Explain Type conversion. This question has 0 answers so far.
0
Briefly Explain Size of operator This question has 0 answers so far.
0
Briefly Explain Pre increment vs. post increment. This question has 0 answers so far.
0
Briefly Explain %h and %g format codes. This question has 0 answers so far.
0
Briefly Explain Const keyword This question has 0 answers so far.
0
Briefly Explain Logical operators. This question has 0 answers so far.
0
Briefly Explain User defined functions This question has 0 answers so far.
0
Briefly Explain Register storage class This question has 0 answers so far.
0
Briefly Explain Dangling else problem This question has 0 answers so far.
0
Winich of the following are not the valid identifiers and why:-(i) static (ii) row total This question has 0 answers so far.
0
State true or false for the following and also give reasons:- (i) Pointer is a variable which stores a value. (ii)* is an address operator This question has 0 answers so far.
0
Write a program to print all Armstrong numbers between 1 and 200. This question has 0 answers so far.
0
What is ternary operator? Write a program to find smallest of 3 numbers using ternary operator. This question has 0 answers so far.
0
Which one is better switch case or else if ladder? Give suitable example in support of your answer. This question has 0 answers so far.
0
Write a program to display the following pattern as the output:- 1 2 3 4 5 6 7 8 9 10 This question has 0 answers so far.
0
Write a program using functions which takes as its arguments the year and checks whether the year is a leap year or not and then displays an appropriate message on the screen. This question has 0 answers so far.
0
Write a program to calculate factorial of a number with and without recursion both. This question has 0 answers so far.
0
Differentiate between call by value and call by reference. This question has 0 answers so far.
0
Write a program to check whether a word is a palindrome or not. This question has 0 answers so far.
0
Can we pass arguments in a macro? If yes, give example. This question has 0 answers so far.
0
Differentiate between # include and# define directives. This question has 0 answers so far.
0
What is pointer to a pointer? This question has 0 answers so far.
0
Write a menu driven program for performing all 4 string manipulation functions(copy, compare, length, concat) using functions from string, h. This question has 0 answers so far.
0
Write a note on extern variables. This question has 0 answers so far.
0
Write a program using structures to read and display the student information (roll no, name, fees, DoB). This question has 0 answers so far.
0
Explain the difference between structure and union. This question has 0 answers so far.
0
Differentiate between text and binary files. This question has 0 answers so far.
0
What do you mean by ternary operator? This question has 0 answers so far.
0
Write any five keywords in C language. This question has 0 answers so far.
0
What is a macro? This question has 0 answers so far.
0
Explain bitwise operators. This question has 0 answers so far.
0
What is dynamic memory allocation? This question has 0 answers so far.
0
Differentiate between structure and union. This question has 0 answers so far.
0
What do you mean by recursive function? This question has 0 answers so far.
0
Write any to functions of Process. This question has 0 answers so far.
0
What is a datatype? Waite any 4 basic datatypes used in C language. This question has 0 answers so far.
0
Why should the use of GOTO be avoided? This question has 0 answers so far.
0
Write a program to check if a given string is a pelindrome string or not. This question has 0 answers so far.
0
What do you mean by control constructs? Explain any three of them. This question has 0 answers so far.
0
Write a program to find roots of a quadratic equation. Check for all conditions. This question has 0 answers so far.
0
List the different types of loop control statements and explain them with suitable examples. This question has 0 answers so far.
0
Write a program using loops to multiply two matrices. This question has 0 answers so far.
0
What are functions in C language? Differentiate between Call by Value and Call by reference using suitable example, This question has 0 answers so far.
0
Write a program using pointers to swap values of two characters. This question has 0 answers so far.
0
What are storage classes in C? Explain all of them in detail. This question has 0 answers so far.
0
Write a program to declare members of a structure using typedef and to display contents of the structure. This question has 0 answers so far.
0
What is the difference between structure and union? Explain with example. This question has 0 answers so far.
0
Write a program to declare any enumeration data type and to display their integer values of screen. This question has 0 answers so far.
0
Explain aty five file handling functions. Write a program to copy contents of one text file to another text file. This question has 0 answers so far.
0
What are header files? Give the format of any three library functions for each of these header files: conia.h, math.h, stdio.h This question has 0 answers so far.
0
What are siring manipulation functions? Explain. This question has 0 answers so far.
0
Differentiate between 'Break' and 'Exit' statements. This question has 0 answers so far.
0
Differentiate between 'Call by Value' and 'Call by Reference'. This question has 0 answers so far.
0
Explain the concept of 'Pointer with the help of suitable example? This question has 0 answers so far.
0
Write a program to swap two numbers without using third variable. This question has 0 answers so far.
0
Explain the use of 'Continue' statements? This question has 0 answers so far.
0
What do you mean by 'Recursive Functions'? This question has 0 answers so far.
0
Differentiate between const char *p and char const *p. This question has 0 answers so far.
0
Explain the concept of 'Static Variable' with the help of suitable example. This question has 0 answers so far.
0
What is "Enumerated Data Type"? Explain with suitable example. This question has 0 answers so far.
0
What are the different Control Structures' used in C language? Explain all of them with suitable examples. This question has 0 answers so far.
0
Write a program to display first n prime numbers. This question has 0 answers so far.
0
Write a program to calculate the factorial of given number. This question has 0 answers so far.
0
Explain the concept of 'Arrays'. How to declare & initialize 2-Dimensional array? How 2-Dimension arrays are stored in memory? Explain with example. This question has 0 answers so far.
0
Write a program to accept a string from user. Find out whether the string is palindrome or not with the help of user defined function. This question has 0 answers so far.
0
What are various 'Storage Classes' in C. Explain their concept and usage with the help of user defined function? This question has 0 answers so far.
0
What is 'File pointer'? Explain any five 'File handling Functions! Write a program to copy contents of one text file to another text file. This question has 0 answers so far.
0
Explain the concept of 'Pointer to array' with the help of suitable example. This question has 0 answers so far.
0
What is the difference between Structure' & 'Union'? Explain with example. This question has 0 answers so far.
0
Write a program to count the number of vowels in a given string? This question has 0 answers so far.
0
Write a program using array to read ten integers and find out total number of positive and negative numbers. This question has 0 answers so far.
0
Differentiate between pre-increment and post-increment operator. This question has 0 answers so far.
0
What is an array of pointers? This question has 0 answers so far.
0
Differentiate between structure and union. This question has 0 answers so far.
0
What are pre-processor directives? This question has 0 answers so far.
0
What are static variables? This question has 1 answers so far.
0
What is enum datatype? This question has 0 answers so far.
0
Write any two functions of conio.h. This question has 0 answers so far.
0
Explain bitwise operators. This question has 0 answers so far.
0
Write a program to generate the following output loop structures- * ** *** ** * This question has 1 answers so far.
0
Differentiate between getchar0, getch0 and getche0. This question has 0 answers so far.
0
Write a program to input and compare three integers and print the maximum and minimum of the three. This question has 1 answers so far.
0
Write a program to generate Fibonacci series upto first 20 numbers. This question has 0 answers so far.
0
Explain the difference between call by value and call by reference with an example. This question has 0 answers so far.
0
Write a program using array to read the integers and find the maximum and minimum of them. This question has 0 answers so far.
0
What are storage classes in C? Explain This question has 0 answers so far.
0
Write a program to multiply two matrices. This question has 0 answers so far.
0
Write a program to declare any enumeration data type and display its integer values on screen. This question has 0 answers so far.
0
Write a C program to demonstrate the declaration of structures within structures and arrays within structures. This question has 0 answers so far.
0
Write a C program to demonstrate the declaration of structures as function parameters. This question has 0 answers so far.
0
Write a 'C' program that reads a line of text from a data file character by character and display the text on the screen. This question has 0 answers so far.
0
Differentiate between binary and text files. This question has 0 answers so far.
0
Write a program in C that writes records of five employees in employees in employee dat.file. This question has 0 answers so far.
0
Write program that uses at least two functions from given standard libraries:string.h and stdio.h. This question has 0 answers so far.
0
Write format of the following library fanctions with example:- fabs0, getch(), labs(), sorto0, ceil0. pow(), calloc0, getchar0, scanf(), rando0 This question has 0 answers so far.
0

What are the different 'Control Structures' used in C language? Explain all of them with suitable examples.

This question has 0 answers so far.
0

(a)  Write a program to display first n prime numbers.

This question has 0 answers so far.
0

(b) Write a program to calculate the factorial of given number.

This question has 0 answers so far.
0

(a) Explain the concept of 'Arrays? How to declare & initialize 2-Dimensional array? How 2-Dimension arrays are stored in memory? Explain with example.


This question has 0 answers so far.
0

(b) Write a program to accept a string from user. Find out whether the string is palindrome or not with the help of user refined function.


This question has 0 answers so far.
0

What are various Storage Classes in C. Explain their concept and usage with the help of user defined function? 

This question has 0 answers so far.
0

(a) What is File pointer? Explain any five 'File handing Functions! Write a program to copy contents of one text file to another text file.

This question has 0 answers so far.
0

(b) Explain the concept of 'Pointer lo array' with the help of suitable example.

This question has 0 answers so far.
0

(a) Explain the concept of 'Preprocessor Directive'? Differentiate the simple macro, macro with gent and control directives with examples?

This question has 0 answers so far.
0

(b) What is the diference between example. Structure & ? Explain with Explain t

This question has 0 answers so far.
0

(a) Write a program to count the number of vowels in a given string? 

This question has 0 answers so far.
0

(a) List the different types of loop control statements and explain them with suitable examples.

This question has 0 answers so far.
0

(b) Write a program to display the following pattern as the output.

a

ab

abc

abcd

abcde 

This question has 0 answers so far.
0

(a) Write a program to reverse the given integer number. (Hint. Input:1234, the reverse is 4321).

This question has 0 answers so far.
0

(b) What is the difference between pass by reference and pass by value? Explain with suitable example.

This question has 0 answers so far.
0

(a) Explain the concept of static variable with the help of suitable example.

This question has 0 answers so far.
0

 Differentiate between getc(), getch(), getche(), gets().

This question has 0 answers so far.
0

(c) Write a program to copy one string into another string without using inbuilt function. 

This question has 0 answers so far.
0

(a) Explain all storage classes in C with suitable example.

This question has 0 answers so far.
0

(b) Differentiate between pointer to any array and array of pointers with suitable example. 

This question has 0 answers so far.
0

(b) What is pointer arithmetic? Explain with suitable examples..

This question has 0 answers so far.
0

(a) What are header files? Give the format of any three library functions for each of these header files: ctype.h, stdio.h,math.h

This question has 0 answers so far.
0

(b) What is preprocessor directive? Explain different preprocessor directives with examples. 

This question has 0 answers so far.
0

What is file pointer? Write a program in C that write 10 integers in data.txt file and copy into the duplicate.txt file. 

This question has 0 answers so far.
0

What is 'recursion? What are various conditions associated with recursion? Write a program to calculate XY using recursion where values for X and Y are entered by user. (Don't use pow() ).

This question has 0 answers so far.
0

(a) What is ternary operator? Write a program to find smallest among 3 number using ternary operator? 

This question has 0 answers so far.
0

(b) What are Bitwise operators?

This question has 0 answers so far.
0

c) What are the basic data types and their associated range?

This question has 0 answers so far.
0

(d) Differentiate between exit control loop and entry control loop.

This question has 0 answers so far.
0

(e) Differentiate between break and continue.

This question has 0 answers so far.
0

(f) What do you mean by variable? What are the various rules rules for naming a variable in C?

This question has 0 answers so far.
0

(g) Define operators. What are the different types of operator?

This question has 0 answers so far.
0

(h) What is modulus operator? What are the restrictions of modulus operator?

This question has 0 answers so far.
0

(j) Differentiate memory allocation for structure and array?

This question has 0 answers so far.
0

(j) Why does goto statement is not preferred in C-programming.

This question has 0 answers so far.
0

Explain the following with suitable examples:-

(a) Nested Structure

This question has 0 answers so far.
0

Explain the following with suitable examples:-

(b) Arrays within Structure

This question has 0 answers so far.
0

Explain the following with suitable examples:-

(c) Structure as function parameter

This question has 0 answers so far.
0

Explain while loop and do-while loop with an example. Elaborate Difference between them.

This question has 2 answers so far.
0

Write a program to find the largest number among the three numbers. 

This question has 2 answers so far.
0

Explain the Switch statement, Break statement, and Continue statement with an example.

This question has 1 answers so far.
0
Write a program to find the factorial of a number through recursion. This question has 2 answers so far.
0

(a) What do you mean by pointer? How pointer variables are initialized? Write a note on pointer arithmetic with a proper example in C language. 

This question has 1 answers so far.
0

Write a program to find the out maximum number in array using pointer. 

This question has 1 answers so far.
0

Write the difference between call by value and call by reference with suitable example. 

This question has 1 answers so far.
0

 Explain the concept of structure. Write a C program information (name, roll, Branch, dept., and marks of 10 students using to stores the structures. Find who has topped in the class.

This question has 1 answers so far.
0

Write a program to compare two strings where they are identical or not.

This question has 1 answers so far.
0

(a) Write a Program to find the largest and smallest word in a string.

This question has 1 answers so far.
0

Explain the following header files.

(i) Stdlib.h 

This question has 2 answers so far.
0

 Explain the following header files.

(ii) Ctype.h

This question has 1 answers so far.
0

Explain the following header files.

(iii) Math.h

This question has 1 answers so far.
0

(b) Explain the following header files.

(iv) Process.h

This question has 1 answers so far.
0

Explain the following inbuild functions.

(i) Strlend()

This question has 1 answers so far.
0

(b) Explain the following inbuild functions

(i) Surcat()

This question has 1 answers so far.
0

(b) Explain the following inbuild functions

(iii) Strlwr()

This question has 1 answers so far.
0

(b) Explain the following inbuild functions

(iv) Strupr()

This question has 1 answers so far.
0

Write a short note on each.

How to pass a structure to a function.

This question has 3 answers so far.
0

Write a short note on each.

 Bit fields

This question has 1 answers so far.
0

Write a short note on each.

Automatic storage classes

This question has 1 answers so far.
0

Write a short note on each.

File handling



This question has 1 answers so far.
0

Write short note of the following - 

What you mean by pre-increment and post-increment operator? Example with an example.


This question has 1 answers so far.
0

Write short note of the following

Differentiate between structure and union. Explain the use of "extern"keyword

This question has 1 answers so far.
0

Write short note of the following

Explain the concept of pointer? Define the dynamic memory allocation and its various functions.

This question has 1 answers so far.
0

Write short note of the following

Differentiate between static and register storage class in C language.

This question has 1 answers so far.
0

Write short note of the following

What is a string? Write program for the concatenation of two strings. 

This question has 1 answers so far.
0

Write short note of the following

What are preprocessor directives from which symbol do they start?

This question has 1 answers so far.
0

b) Write C program to display the following pattern (for n lines):


This question has 1 answers so far.
0

Answer briefly (Any five) :

(a) Discuss pre processor directives in C.

This question has 1 answers so far.
0

(b) What do you understand by dynamic memory allocation? Explain malloc() calloc() relloc() and free() fucntions with their syntax and a suitable example.

This question has 1 answers so far.
0

(c) Write a short note on storage classes in C.

This question has 1 answers so far.
0

(d) Discuss various operators in C.

This question has 1 answers so far.
0

(e) Explain the different loop structures in c through suitable Examples.

This question has 2 answers so far.
0

(f) Distinguish between a structure and union through suitable example.  

This question has 1 answers so far.
0

Explain the if.else statement with all its variations Compare it with switch..case. Write a program that demonstrates the difference between the two.

This question has 1 answers so far.
0

Write a C program to test whether a given integer is a prime number or Act. Display an appropriate message in the output.

This question has 1 answers so far.
0

What do you understand by type casting? Why is it required? Explain using an example

This question has 1 answers so far.
0

Write a short note on recursion

This question has 1 answers so far.
0

Write a complete c program that displays the first n Fibonacci numbers through a recursive function Fibonacci.

This question has 1 answers so far.
0

Differentiate between call by value and call by reference methods of passing parameters to functions using An appropriate example.

This question has 1 answers so far.
0

Write a c function that searches for an element x in an array of integers.

This question has 1 answers so far.
0

What are structures and what are Bit Field structures?  How are they different from Unions?

This question has 1 answers so far.
0

Explain how structures can be pursed as parameters to functions, by value and by reference? And how they can be returned from function ?

This question has 1 answers so far.
0

What do you understand by pointers to structures? How can we access the elements of a structure through a printer to the structure?

This question has 1 answers so far.
0

Write a c program that creates and displays a text file text file on screen.

This question has 1 answers so far.
0

Discuss the following file handling functions, through syntax and examples:

(i) fopen()

This question has 1 answers so far.
0

Discuss the following file handling functions, through syntax and examples:

(ii) fclose()

This question has 1 answers so far.
0

Discuss the following file handling functions, through syntax and examples:

(iii)  fseek()

This question has 1 answers so far.
0

Discuss the following file handling functions, through syntax and examples:

(iv) fwrite()

This question has 1 answers so far.
0

Discuss the following file handling functions, through syntax and examples:

(v) fread()

This question has 1 answers so far.
0

Write a c program that counts the number of occurrences of a character in a given string without the use of any string handling library functions.

This question has 1 answers so far.
0

Explain any five string handling functions from string.h with syntax and example.

This question has 1 answers so far.
0

Write a short note on header files

This question has 1 answers so far.
0

Explain any two functions each from the following header file:

stdio.h, math.h stdlib.h 4, ctype.h string.h 

This question has 1 answers so far.