What are the header files used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
how to connect oracle in C/C++.
how many errors in c explain deply
ABCDCBA ABC CBA AB BA A A
How arrays can be passed to a user defined function
What is the difference between macros and inline functions?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is c value paradox explain?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is a void pointer in c?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What is difference between union All statement and Union?
Explain c preprocessor?