0% found this document useful (0 votes)
2 views

c language question

The document provides a comprehensive overview of the C programming language, covering its definition, benefits, applications, data types, operators, and various programming concepts such as arrays, pointers, functions, and structures. It also discusses file handling, preprocessor directives, and command line arguments. Additionally, it includes topics like recursion, storage classes, and string manipulation functions.

Uploaded by

komalpise22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

c language question

The document provides a comprehensive overview of the C programming language, covering its definition, benefits, applications, data types, operators, and various programming concepts such as arrays, pointers, functions, and structures. It also discusses file handling, preprocessor directives, and command line arguments. Additionally, it includes topics like recursion, storage classes, and string manipulation functions.

Uploaded by

komalpise22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

/*

what is the c language ?


benifit and application of c language?
data types and its type with ranges?
range calculations ?
operator and its type with behaviour?
program on first
mcq on operator,data types, printf() etc
decision making if
looping
what is the array ?
what is the base address and how achive it ?
different types of array
matrix programming
pointer with array
what is the pointer
types of pointers
what is the void pointer and why use
what is the far,huge and near pointer
diff between far and huge pointer and near pointer
what is the offset address and segmetn address
how to calculate the offset address
function
what is the function and why use
function recursion
call by and call by reference
local and gloabl variables
what is the storage classes
auto,static,register and extern storage class
how to pass the array in function by pointer
how to return array from function by pointer
diff between all storage classes
what is the pre processor directives and why use it
types of pre processor directives
macro defination
file inclusion
conditional compilation
what is the #pragma
what is the structure
array of structure
pointer of structure
how to pass structure in function
how to pass array of structure in function
what is the union
what is the diff between union and structure
when use union and when use structure with real time examples
what is the string
all string handling with manual logics
like as strcmp(),strcat(),strrev(),strupr()
,strlwr() etc
string with pointers
double dimesnion string
what is the file ?
how to open the file
file handling modes
what is the read,write,append mode ?
how to write data in file using
fputc(),fputs(),fprintf(),fwrite() function
how to read the data from file using
fgetc(),fgets(),fscanf(),fread() function
what is the command line argument and why use it ?

pointer in c
explorere in c
let us c
ajay mital
intigrated
geeks for geeks

You might also like