If the size of int data type is two bytes, what is the range of signed int data type?
Which is better malloc or calloc?
Can u return two values using return keyword? If yes, how? If no, why?
What is a nested loop?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is a 'null pointer assignment' error?
What is c system32 taskhostw exe?
Why is it usually a bad idea to use gets()? Suggest a workaround.
How do you initialize function pointers? Give an example?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Under what circumstances does a name clash occur?