Define VARIABLE?
What is meant by realloc()?
How are variables declared in c?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
What is the purpose of scanf() and printf() functions?
what is an ERP?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What are dynamically linked and statically linked libraries?
write a program without using main function?
What is function definition in c?
how to swap four numbers without using fifth variable?
What are the advantages of using linked list for tree construction?
What is the most efficient way to store flag values?