Are pointers really faster than arrays?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find the modification date of a file?
How to delete a node from linked list w/o using collectons?
how to multiply two number taking input as a string (considering sum and carry )
how to find out the reverse number of a digit if it is input through the keyboard?
what is uses of .net
what is the basis for selection of arrays or pointers as data structure in a program
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
What is character constants?
Is there any book to know about Basics of C Language?
What is the newline escape sequence?
I have a varargs function which accepts a float parameter?
Why does not use getgh(); and <conio.h> in c language.