Answer Posted / jitrendra kr. arya
FA0
| Is This Answer Correct ? | 1 Yes | 6 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
Are the variables argc and argv are always local to main?
What is the difference between struct and typedef struct in c?
C language questions for civil engineering
Explain the use of function toupper() with and example code?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is typedef?
Explain what is output redirection?
Tell me the use of bit field in c language?
What is hungarian notation? Is it worthwhile?
Tell me is null always defined as 0(zero)?
Difference between exit() and _exit() function?
Is fortran still used in 2018?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is string concatenation in c?