How many parameters should a function have?
No Answer is Posted For this Question
Be the First to Post Answer
Is null equal to 0 in sql?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what is the difference between exit() and _exit() functions?
What are the types of operators in c?
Explain what is the concatenation operator?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Place the #include statement must be written in the program?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
Describe advantages and disadvantages of the various stock sorting algorithms
How can I read data from data files with particular formats?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
HOW TO HANDLE EXCEPTIONS IN C