These video's are for learning purpose only.
A complete guide for govt computer exams,must see all the videos in playlist wise
For Nielit CCC , and O Level Notes Contact at My Whatsapp No -9616175690
Please must type your comments below the video
#ccc, #ccconline ,#nielit o level ,#ccctest #olevel
Part 1
C- PROGRAMMING GUESS PAPER JAN 2019
1. Pattern
A
AB
ABC
ABCD
2. Diamond
*
* * *
* * * * *
* * *
*
3.Difference between break and continue
statement .
4. function declaration and definitionCall by value/ref.5.File Handling
(i) File copy
(ii) text mode and binary mode file difference
(iii)input students record and display them in a
screen as a saved file “student.c”
6.Array
(i) Multiplication of array
(ii) sorting of numbers
(iii) merits and demerits of array
7.Switch case
(i)Finding the vowel
(ii) Show the working of traffic light
8.Different storage classes -
9.Different between -
Getch,getche,getchar,putchar,putch
10. Fibonacci series
11.Recursion method with example of factorial
12. palindrome number13. quadratic equation
14.Dangling pointer And wild pointer
15.DMA (dynamic memory allocation)
16.Flowchart for prime number , factorial.
17.Creation of payroll and find the net salary
18.% of student using nested if
19. A++, ++a, a+=, *p, ++p related questions
20.Creating stacks of integer using link and
display