In C programming, how do you insert quote characters (‘ and “) into the output screen?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
what is c?
Why cant I open a file by its explicit path?
What are dynamically linked and statically linked libraries?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
Which programming language is best for getting job 2020?
How can I sort more data than will fit in memory?
What are variables and it what way is it different from constants?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is pivot in c?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Do you know the difference between exit() and _exit() function in c?