What does %c do in c?
No Answer is Posted For this Question
Be the First to Post Answer
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Can you please explain the difference between malloc() and calloc() function?
who developed c and why he developed c?
swapping of two numbers without using third variable using AND and OR operators
What is a c token and types of c tokens?
When is a void pointer used?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
read a number & print all its devisors using c-program?
What is the purpose of the fflush() function in C?
what is a stack
program for reversing a selected line word by word when multiple lines are given without using strrev