What is use of null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
second highest number in a given set of numbers
difference between loading and linking
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
How to implement a packet in C
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
how to count no of words,characters,lines in a paragraph.
What is difference between structure and union?
write a program to print sum of each row of a 2D array.
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
what is the difference between c and java?