What is a MAC Address?
No Answer is Posted For this Question
Be the First to Post Answer
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
why we are using semicolon at the end of printh statment
What is the need of structure in c?
How can I insert or delete a line (or record) in the middle of a file?
Why we use void main in c?
How Many Header Files in c?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Is malloc memset faster than calloc?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
regarding pointers concept
What is the difference between far and near ?