what is a constant pointer in C
an algorithem for the implementation of circular doubly linked list
write a own function to compare two strings with out using stringcomparition function?
How can I manipulate individual bits?
write a program to swap two numbers without using temporary variable?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
What is f'n in math?
What should be keep precautions while using the recursion method?
Which programming language is best for getting job 2020?
What is calloc()?
Why c is a procedural language?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is binary tree in c?