Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
4 6862main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
3 8405main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
2 5255i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
1966
How arrays can be passed to a user defined function
How do you determine a file’s attributes?
When should the volatile modifier be used?
Differentiate fundamental data types and derived data types in C.
how to find binary of number?
What is scope rule in c?
what is ur strangth & weekness
What is zero based addressing?
I heard that you have to include stdio.h before calling printf. Why?
Explain c preprocessor?
main() { printf("hello"); fork(); }
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is header file definition?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include