what are # pragma staments?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use int main instead of void main in c?
Explain how can you tell whether two strings are the same?
Explain what math functions are available for integers? For floating point?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What is variable in c example?
What is a pointer in c?
prototype of sine function.
What is the advantage of a random access file?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
in which language c language is written?