printf(), scanf() these are
a) library functions
b) userdefined functions
c) system functions
d) they are not functions
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Hi, main() { } Is a user defined function or Built in Functionn
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
write a programming in c to find the sum of all elements in an array through function.
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What are the concepts introduced in OOPs?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Explain how do you generate random numbers in c?
Is it possible to create recycle bin in mobiles?
write a programe returns the number of times the character appears in the string
What is data type long in c?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???