What is the easiest sorting method to use?
Difference between strcpy() and memcpy() function?
What is oops c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
can any one provide me the notes of data structure for ignou cs-62 paper
What are local and global variables?
What is array of pointers to string?
what is const volatile?
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 type is sizeof?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Difference between linking and loading?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%