Answer Posted / bhavin patel
Compiles and run
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How many levels deep can include files be nested?
Differentiate between the expression “++a” and “a++”?
what is the height of tree if leaf node is at level 3. please explain
What are the basic data types associated with c?
Tell me about low level programming languages.
How can I determine whether a machines byte order is big-endian or little-endian?
Are there any problems with performing mathematical operations on different variable types?
Why is structure padding done in c?
How can my program discover the complete pathname to the executable from which it was invoked?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
what is a constant pointer in C
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile