Answer Posted / manish soni tagore collage jai
first
source file(file name or code program)--complile-->object
file(filename.bak)----excute----->.exe(fliename.exe)
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What does %d do in c?
Tell us two differences between new () and malloc ()?
Not all reserved words are written in lowercase. TRUE or FALSE?
cavium networks written test pattern ..
Explain how can I write functions that take a variable number of arguments?
How can I open a file so that other programs can update it at the same time?
Can you tell me how to check whether a linked list is circular?
What happens if a header file is included twice?
What 'lex' does?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What are 3 types of structures?
Explain that why C is procedural?
What is context in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the deal on sprintf_s return value?