write a program that print itself even if the source file is
deleted?
Answer Posted / j.shakthi yokesh
@bitan:dude....if u don't mind,plz explain the code....i
didn't understand
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the valid places to have keyword “break”?
Explain what is the benefit of using enum to declare a constant?
What is pointers in c with example?
Write a Program to find whether the given number or string is palindrome.
Explain the use of #pragma exit?
How is actual parameter different from the formal parameter?
How do I use void main?
What is structure padding and packing in c?
What is static memory allocation? Explain
Tell me is null always defined as 0(zero)?
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?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How we can insert comments in a c program?
Explain the use of bit fieild.