whitch value return void main?
Answers were Sorted based on User's Feedback
what is the hexidecimal number of 4100?
what is pointer?
how to find a 5th bit is set in c program
What is character set?
Are local variables initialized to zero by default in c?
Why pointers are used?
diff. between *p and **p
Not all reserved words are written in lowercase. TRUE or FALSE?
why we shiuld use main keyword in C
Describe dynamic data structure in c programming language?
how to determine the complexity of an algorithm as log(n)
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?