Name: Yugesh
Date of joining: Jun-2023
Passout: Feb-2022 (E.C.E)
email:
Name: Venkat Naidu
Name: Triveni
Assignments:
how to find single precision and double precision in a given compiler or target computer? done
what are 32 keywords? done
what are 34 operators? done
what are format specifiers to be used in printf() for int, char, float, double? done
how do we achieve string and boolean datatypes in C language? ==>
number systems and its conversions - decimal, binary, octal, hexadecimal ? done
difference between logical operators and bitwise operators? done
how to find size for int, char, float, double in a given compiler or target computer? done
how to find ranges for int, char, float, double in a given compiler or target computer? done
what is the purpose of keywords signed, unsigned, short, long, sizeof, const? done
which datatypes short and long keywords can be applied?
what is the use of these operators ++ -- (type) , () ?: done
read about control statements and keywords used for control statements (if, else, switch, case, default, for, while, do, break, continue, goto, return) done
find answers to exercises after each chapter in text book for Chapter 1 to 7.
list of libraries and functions?
read functions and recursion. done
read about arrays, pointers, strings, enumeration, structures, unions. (enum, struct, union, typedef) ([] * . ->)
read about 2D array and 3D array - declaration, index, read, write, process, passing to functions
read pointer concepts - pointer arithmetic, combination of pointers and ++/--, relationship b/w pointers and arrays, array of pointer, pointers to array, void pointer, dynamic memory allocation, function pointer
read about string handling functions
read about user defined datatype done
read about storage classes - auto,register,static,extern and type modifiers - const,volatile