What is wrong with this code?
No Answer is Posted For this Question
Be the First to Post Answer
What is a file descriptor in c?
Explain how can I pad a string to a known length?
What is the advantage of a random access file?
What is the benefit of using an enum rather than a #define constant?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Why preprocessor should come before source code?
post new interiew question and aptitude test papers
What is a example of a variable?
Can the curly brackets { } be used to enclose a single line of code?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
what is the defrenece between structure and union