Famous puzzles which are generally asked by companies during
interviews ?
What is pragma in c?
what is difference between ANSI structure and C99 Structure?
Is it better to use malloc() or calloc()?
What is encapsulation?
What is adt in c programming?
i need all types of question paper releted to "c" and other language.
WHAT IS FLOAT?
what is c?
simple c program for 12345 convert 54321 with out using string
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
can we write a c program with out using main
Explain what is the difference between a free-standing and a hosted environment?