what is the syallabus of computer science students in group-
1?
No Answer is Posted For this Question
Be the First to Post Answer
What is wild pointer in c?
What is the difference between macros and inline functions?
what is the use of keyword volatile??
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What are the advantages of Macro over function?
How many types of functions are there in c?
what are the compilation steps? ( i want inside the compiler )
Which is better between malloc and calloc?
What does the && operator do in a program code?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Explain what is the difference between a free-standing and a hosted environment?