Search This Blog

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();
}






No comments:

Post a Comment