Showing posts with the label C-Programming QAShow All
Programming in "C‟ | Describe use of for loop with its syntax and example.
Programming in "C‟ | Describe auto and external storage classes with example.
Programming in "C‟ | Write a „C‟ program to define a structure „cricket‟ having structure members as playername and battingaverage. Accept and display data for three players.
Programming in "C‟ | Write a „C‟ program to enter a string and a character. Count number of times that character appears in entered string and display the count
Programming in "C‟ | Describe use of else-if ladder with suitable example.
Programming in "C‟ | Write a „C‟ program to accept the marks of three subjects and display total marks and average marks.
Programming in "C‟ | Describe addition and subtraction operations on pointer. Give suitable example for each.
Programming in "C‟ | Differentiate between call by value and call by reference methods. (any four points)
Programming in "C‟ | Write a „C‟ program to display cube of 1 to 10 numbers using loop.
Programming in "C‟ | Describe conditional operator with syntax and example.
Programming in "C‟ | Describe the concept of command line argument with example.
Programming in "C‟ | Write a program in „C‟ to define a structure „Person‟ with structure members as name and age. Accept this data for one person and display the same.
Programming in "C‟ | Describe following functions with its syntax and example: (i)  strcmp( ) (ii) strlen( )
Programming in "C‟ | Write a „C‟ program to enter any number between 1 to 7 and display its corresponding week day using switch case statement.
Programming in "C‟ | Describe with suitable example how to use increment and decrement operators.
Programming in "C‟ | Define the terms pointer and pointer to array. Also write two advantages of pointer.
Programming in "C‟ | Write a „C‟ program to display fibbonacci series using recursion.
Programming in "C‟ | State categories of function. Describe any one with example.
Programming in "C‟ | Write a „C‟ program to accept 10 numbers in an array and display the smallest number from them.
Programming in "C‟ | Describe with example in which case do-while loop is most suitable than while loop.
Load More That is All