Answer Posted / manju
printf is used to print the function of the statement.&its
header file is <include.stdio.h>
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is sizeof return in c?
What is the use of #include in c?
How can I write functions that take a variable number of arguments?
State the difference between x3 and x[3].
regarding pointers concept
What does volatile do?
Differentiate between the expression “++a” and “a++”?
What is null pointer in c?
What are data types in c language?
What is difference between && and & in c?
Why header file is used in c?
What is structure packing in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What does & mean in scanf?