errors in computer programmes are called
Why cann't whole array can be passed to function as value.
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Differentiate between new and malloc(), delete and free() ?
What is string constants?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
what is function pointer?
Explain b+ tree?
Which is more efficient, a switch statement or an if else chain?
What is the difference between call by value and call by reference in c?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
How can I implement a delay, or time a users response, with sub-second resolution?