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 is default value of global variable in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Tell me when is a void pointer used?
Who developed c language?
What are identifiers in c?
Tell us bitwise shift operators?
string reverse using recursion
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is a floating point in c?
What is the symbol indicated the c-preprocessor?
Explain what are global variables and explain how do you declare them?
What is operator promotion?
Are there any problems with performing mathematical operations on different variable types?
Under what circumstances does a name clash occur?
Why do we need a structure?