Which function in C can be used to append a string to another string?
No Answer is Posted For this Question
Be the First to Post Answer
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Will Macros support multiple arguments ?
What are c identifiers?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
change to postfix a/(b+c*d-e)
List the difference between a "copy constructor" and a "assignment operator"?
program to find the roots of a quardratic equation
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,