What language is c written?
What are different storage class specifiers in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
what is the height of tree if leaf node is at level 3. please explain
What is the use of sizeof?
Is fortran still used in 2018?
Why is c so important?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the use of void pointer and null pointer in c language?
Is it valid to address one element beyond the end of an array?
How do I determine whether a character is numeric, alphabetic, and so on?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why we use int main and void main?
What does sizeof return c?
How can I do peek and poke in c?