Nothing found!
It looks like nothing was found here!
Top Categories
11 Posts
Latest Blogs
26
Oct
What is Join in DBMS and what are its types ?
By
webmaster
DBMS join is a binary operation that allows combining join products and...
2 Min Read
07
Oct
Difference Between malloc() and calloc()
By
webmaster
calloc malloc We need to split and pass the memory we want We can pass how much...
2 Min Read
07
Oct
What is constant and variable in C ?
By
webmaster
Constant A constant is a value or identifier whose value is fixed and does not...
1 Min Read
07
Oct
What is Dynamic data structure ?
By
webmaster
We need a dynamic data structure to data efficiently into memory. Memory spaces...
1 Min Read
07
Oct
What are the types of data types in C ?
By
webmaster
C language supports 3 data types: Primary Data Types User Defined Data Types...
1 Min Read
07
Oct
What do you mean by Data Type in C ?
By
webmaster
Data type is type of the value that a variable can store. Each variable has its...
1 Min Read
07
Oct
Difference between getc(), getchar(), getch() and getche()
By
webmaster
getc() This function gets single character as input and returns an integer...
1 Min Read
07
Oct
What is the difference between puts() and printf() ?
By
webmaster
Printf() Puts() Declared in the header file stdio.h Declared in the header file...
1 Min Read