Answer Posted / sujith shetty
Printf is a statement used to print the character number
etc..inside the double quote.it is stored in the library
function #include<stdio.h>.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the message "automatic aggregate intialization is an ansi feature" mean?
When a c file is executed there are many files that are automatically opened what are they files?
What is the difference between #include and #include 'file' ?
What is bubble sort in c?
How would you obtain the current time and difference between two times?
Explain how do you use a pointer to a function?
When we use void main and int main?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
formula to convert 2500mmh2o into m3/hr
Should I learn data structures in c or python?
Write a program to swap two numbers without using the third variable?
Is c programming hard?
Is it valid to address one element beyond the end of an array?
What is 1d array in c?
Explain null pointer.