Answer Posted / skjha
One error.
Type mismatch occur.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain goto?
.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; }
What is pivot in c?
What is echo in c programming?
Is return a keyword in c?
What is a sequential access file?
How can variables be characterized?
What is union in c?
Write a simple code fragment that will check if a number is positive or negative.
How can you read a directory in a C program?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the process to create increment and decrement stamen in c?
What is chain pointer in c?