Answer Posted / avinash
CHARACTER,NAMES.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the use of linkage in c language?
.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 a struct c#?
Explain can you assign a different address to an array tag?
Write a program to implement queue.
What is the significance of c program algorithms?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What does the c in ctime mean?
What is the purpose of the statement: strcat (S2, S1)?
What are the types of assignment statements?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Differentiate between the = symbol and == symbol?
How do you generate random numbers in C?
What are the types of unary operators?