list the no of files created when c source file is compiled

Answer Posted / rahul maury

.obj

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between scanf and gets?

587


Do you know the use of 'auto' keyword?

635


Explain what are multibyte characters?

600


How can a process change an environment variable in its caller?

622


Write a code on reverse string and its complexity.

582






What is a pointer and how it is initialized?

574


difference between native and cross compilers

1647


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

1380


Explain that why C is procedural?

630


Explain what are the __date__ and __time__ preprocessor commands?

570


What is a file descriptor in c?

539


Write a program to swap two numbers without using a temporary variable?

582


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1284


Explain the process of converting a Tree into a Binary Tree.

2069


What are the features of the c language?

623