How do we declare variables in c?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
What does the && operator do in a program code?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
is it possible to change the default calling convention in c ?
ASCII stands for
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What does static variable mean in c?
What do you know about the use of bit field?
What is difference between Structure and Unions?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Tell us bitwise shift operators?