list the no of files created when c source file is compiled
Answer Posted / viji
application file and
.obj file
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is a scope resolution operator in c?
When is the “void” keyword used in a function?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is an arrays?
What is the deal on sprintf_s return value?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Write a program of prime number using recursion.
When should structures be passed by values or by references?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the types of variables in c?
What does double pointer mean in c?
Is javascript written in c?