What is pass by value in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we increase size of array in c?
What should malloc() do?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is hashing in c?
How do I get a null pointer in my programs?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What is the meaning of ?
How do I use strcmp?
What is default value of global variable in c?
what is difference b/w extern & volatile variable??
Explain threaded binary trees?
Explain how do you list a file’s date and time?