What is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the array representation of a binary tree in C.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
which will be first in c compiling ,linking or compiling ,debugging.
How does placing some code lines between the comment symbol help in debugging the code?
What is Lazy evaluation in C? Give an example.
why we are using semicolon at the end of printh statment
Explain what is operator promotion?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What is function definition in c?
Explain what is the benefit of using #define to declare a constant?
Is there any data type in c with variable size?
in malloc and calloc which one is fast and why?