Answer Posted / kanimozhi91
Linux/Unix
* Pre-requisite : Before compiling check if gcc package is installed, if not install it either by using apt-get install/yum install based on the Linux kernel.
* Once installed, save the program as hello.c
* Compile it using gcc hello.c which will produce object file a.out
* Finally run it as ./a.out
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Difference between Shallow copy and Deep copy?
What is the difference between the local variable and global variable in c?
What is C language ?
Explain what are reserved words?
What is struct node in c?
plz let me know how to become a telecom protocol tester. thank you.
What do mean by network ?
How can I make it pause before closing the program output window?
What does 2n 4c mean?
What are multidimensional arrays?
Why c language?
How can I generate floating-point random numbers?
What is use of #include in c?
Is int a keyword in c?