any string of bits of length 'n' represents a unique non-
negative integer between.............?
Answers were Sorted based on User's Feedback
Write a program in c to input a 5 digit number and print it in words.
Why do we use null pointer?
What is the purpose of & in scanf?
Where register variables are stored in c?
what is the difference b/w NULL and null?
difference between c and c++
what is the difference between strcpy() and memcpy() function?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
can we implement multi-threads in c.
What does 3 periods mean in texting?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
c pgm count no of lines , blanks, tabs in a para(File concept)