Answer Posted / shabeer v c
#include<stdio.h>
void main()
{
printf(" \"hai"\ ");
getch();
}
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How is a pointer variable declared?
How can I discover how many arguments a function was actually called with?
If errno contains a nonzero number, is there an error?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the heap in c?
What is use of pointer?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is signed and unsigned?
What is the right type to use for boolean values in c? Is there a standard type?
What is an arrays?
Are local variables initialized to zero by default in c?
Is Exception handling possible in c language?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Do you know null pointer?
List out few of the applications that make use of Multilinked Structures?