Answer Posted / karthik
semicolon(;)
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
How to write c functions that modify head pointer of a linked list?
What are the types of pointers in c?
How to implement a packet in C
I came across some code that puts a (void) cast before each call to printf. Why?
What is the difference between formatted&unformatted i/o functions?
What are the types of unary operators?
What is c language & why it is used?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
.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; }
Is c++ based on c?
Why main is used in c?
What is the process to create increment and decrement stamen in c?
Is c# a good language?
What are pointers? What are stacks and queues?
What is character set?