Is c call by value?
No Answer is Posted For this Question
Be the First to Post Answer
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
How can I pad a string to a known length?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
hi any body pls give me company name interview conduct "c" language only
char ch="{'H','I',0};printf("%s",ch);what is output
What are dangling pointers? How are dangling pointers different from memory leaks?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What is indirection?