What should malloc() do?
No Answer is Posted For this Question
Be the First to Post Answer
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
C,c++, Java is all are structural oriented or procedure oriented language..?
what are the general concepts of c and c++
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Tell me the use of bit field in c language?
What are the different data types in C?
Which driver is a pure java driver
How many keywords are there in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?