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 6730main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
3 8280main() { 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 5183i 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
1923
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Why is not a pointer null after calling free?
Why is main function so important?
When should a type cast be used?
What is a c token and types of c tokens?
Explain what is the benefit of using const for declaring constants?
Can you write the algorithm for Queue?
What is nested structure in c?
What is #line used for?
Is c procedural or object oriented?
What is #line in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What do you mean by dynamic memory allocation in c? What functions are used?
What is meant by keywords in c?
What is the size of structure in c?