What is memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the use of getchar() function?
What does the function toupper() do?
a simple c program using 'for' loop to display the output 5 4 3 2 1
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
what is disadvantage of pointer in C
Do you know the use of fflush() function?
What is getch () for?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
second highest number in a given set of numbers
What are the properties of union in c?
difference between function & structure