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
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Differentiate abs() function from fabs() function.
what do u mean by Direct access files? then can u explain about Direct Access Files?
program to convert a integer to string in c language'
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
How can you increase the size of a statically allocated array?
Explain how do you search data in a data file using random access method?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is a dynamic array in c?
What is the process of writing the null pointer?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Can you write the function prototype, definition and mention the other requirements.
what is bit rate & baud rate? plz give wave forms
Can we use any name in place of argv and argc as command line arguments?
What does the error 'Null Pointer Assignment' mean and what causes this error?