Search This Blog
Friday, November 15, 2019
April 2016 paper solutions download link
https://drive.google.com/open?id=1Q_rfi8XOX8DR-CWCR5CcRtm6hs2p52BR
MAY 2017 PAPER SOLUTIONS download link
Thursday, November 14, 2019
CP IMPORTANT Topics FOR GUARANTEE PASS
following definitions
must be prepared
Definitions:
Datatype,
Variable,
keywords,
Assembler,compiler,interpreter,array,pointer,recursion,structure,union,function
Differences:
break Vs Continue
while Vs-do while
Switch case and Nested ifs
recursion Vs iteration
structure Vs Union
unit1:
structure of C
data types
c tokens,algorithm,flowchart
precedence & Associatively
operators
unit2:
types of if statements (DECISION
STATEMENTS)
switch
loops(iterative statements)
arrays
strings
unit3:
functions
recursion
storage classes
unit4:
pointer
example
DMA
pre-processor
Unit5:
differences between Structure and Union
STANDARD PROGRAM FOR ALL UNKNOWN PROGRAMS
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
printf("_______________________________________");(write
question name in blank in printf)
printf("_____________________________________");
getch();
}
Subscribe to:
Posts (Atom)