C PROGRAMMING
ONLINE CRASH
PYQ: What do you meant by a pointer variable?
PYQ:HOW IS IT INITIALIZED
data_type *pointer_name;
pointer_name = &variable_name;
PYQ: DIFFERENTIATE BETWEEN &,*
.
.
.
Write a C Program to reverse a string using
pointers
Write a C Program to swap two numbers using
pointers
F
•,
A B TEMP
PYQ:
Pyq:
Pyq :What is pointer increments
FUNCTION CALL
M
• CALL BY CALL BY
VALUE REFERENCE
,
CALL BY VALUE
,
CALL BY REFERENCE
, P
Y
Q
FUNCTIONS OF DYNAMIC MEMORY
FILES
C supports two main type of files
• Text files
• Binary files
,
TO WRITE IN A FILE
File modes
IN BUILT FILE HANDLING FUNCTIONS
,
.
.
THANKYOU