in linking some of os executables are linking name some of them
Answer / Akshya Chaturvedi
Some examples of OS executables during linking process include ld (Linux), link (Unix), tlink (Windows NT), and g++ (C++ compiler for Unix-like systems).
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i get this by using for loop? * ** * **** * ******
why we wont use '&' sing in aceesing the string using scanf
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
If fflush wont work, what can I use to flush input?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
Why do we write return 0 in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
Can we compile a program without main() function?