How can a program be made to print the name of a source file where an error occurs?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What are the different types of objects used in c?
can we write a program in c for printf and scanf without using header file stdio.h
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
hi how to convert program from notepad to turboc editor can u please help me
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What does calloc stand for?