How can I write a function analogous to scanf?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
write an algorithm and c program to add two 2x2 matrics
Explain what is output redirection?
what is a headerfile?and what will be a program without it explain nan example?
When would you use a pointer to a function?
Which are low level languages?
how to find the kth smallest element in the given list of array elemnts.
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
What is scope of variable in c?
What are keywords c?