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
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
what is difference between null and nul in c language
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
what is the format specifier for printing a pointer value?
how can f be used for both float and double arguments in printf? Are not they different types?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
What is static and volatile in c?
Do array subscripts always start with zero?