What is the use of printf() and scanf() functions?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print “hello world” without using semicolon?
What is static memory allocation? Explain
wap in c to accept a number display the total count of digit
Explain demand paging.
Differentiate between new and malloc(), delete and free() ?
What are the different types of linkage exist in c?
How can I open files mentioned on the command line, and parse option flags?
write a program to print largest number of each row of a 2D array
Write a code to determine the total number of stops an elevator would take to serve N number of people.
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Why is c platform dependent?