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 6719main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
3 8271main() { 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 5179i 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
1913
What is hashing in c language?
Is null always defined as 0(zero)?
Explain what will the preprocessor do for a program?
What is the difference between malloc calloc and realloc in c?
Are bit fields portable?
What is wrong with this code?
Why is %d used in c?
Define the scope of static variables.
What does void main () mean?
How can I make sure that my program is the only one accessing a file?
Explain what does the function toupper() do?
What is the difference between near, far and huge pointers?
What is ctrl c called?
What is the mean of function?
program for reversing a selected line word by word when multiple lines are given without using strrev