How the C program can be compiled?

Answers were Sorted based on User's Feedback



How the C program can be compiled?..

Answer / prajeesha.k

alt+f8

Is This Answer Correct ?    2 Yes 15 No

Post New Answer

More C Interview Questions

What is the purpose of & in scanf?

0 Answers  


Why doesn't C support function overloading?

2 Answers  


why ordinary variable store the later value not the initial

1 Answers  


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


Why do u use # before include in a C Progam?

9 Answers   IBM,


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


How to throw some light on the b tree?

0 Answers  


what is software?

7 Answers   Wipro,


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Categories