Explain the difference between strcpy() and memcpy() function?
Find occurence of a character in a sting.
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
What is scope rule in c?
How does struct work in c?
Is c call by value?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
What are global variables?
Why flag is used in c?
What is sparse file?
what is available in C language but not in C++?
10 Answers CTS, TCS,