Answer Posted / guest
structure is the diff collection of datatypes
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Explain the bubble sort algorithm.
Explain what are multidimensional arrays?
Write a program on swapping (100, 50)
Can you write a programmer for FACTORIAL using recursion?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is a program flowchart?
What is sizeof int in c?
how to build a exercise findig min number of e heap with list imlemented?
Why clrscr is used in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Differentiate abs() function from fabs() function.
Which is better between malloc and calloc?
What is stack in c?