The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
No Answer is Posted For this Question
Be the First to Post Answer
Distinguish between actual and formal arguments.
What is the difference between far and near ?
What do you mean by recursion in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Explain what are preprocessor directives?
How to add two numbers with using function?
What is getch () for?
What are types of functions?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is modeling?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A