Answer Posted / sam
In case of unix
cc FileName.c to compile and the output would be in a file
to fetch it
type ./a.out
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Using which language Test cases are added in .ptu file of RTRT unit testing???
How can you determine the size of an allocated portion of memory?
What are the uses of a pointer?
Is it better to use a macro or a function?
What is the difference between ++a and a++?
How can this be legal c?
a program that can input number of records and can view it again the record
Can we declare variable anywhere in c?
How many identifiers are there in c?
What is the purpose of the statement: strcat (S2, S1)?
Why is c faster?
What is scanf_s in c?
What is chain pointer in c?
Write a program to reverse a linked list in c.
What are formal parameters?