how to compare two strings without using strcmp() function??
Define recursion in c.
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Program to simulate second clock
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
explain what is a newline escape sequence?
What is operator precedence?
When should you use a type cast?