what are the files which are automatically opened when a c
file is executed?
Answers were Sorted based on User's Feedback
Answer / j j ramesh / ap / mca / jjcet
.exe and .obj files are open
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / om
stdin ,stdout, strcpy copies the data from one string to
another...
memcpy copies the data's memory...
| Is This Answer Correct ? | 2 Yes | 3 No |
Subtract Two Number Without Using Subtraction Operator
What is meant by type casting?
What are the loops in c?
What are the types of type specifiers?
Differentiate between new and malloc(), delete and free() ?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
List some applications of c programming language?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
How to implement call back functions ?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.