Answer Posted / vivek
we can get by convert prog. into sourse code
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we add pointers together?
How do you print an address?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Can a pointer be volatile in c?
What are logical errors and how does it differ from syntax errors?
All technical questions
How can I read and write comma-delimited text?
What are local static variables? How can you use them?
What are the advantages of c preprocessor?
In c language can we compile a program without main() function?
How can I use a preprocessorif expression to ?
explain what are pointers?
What is the use of f in c?
Explain main function in c?