Why do we use int main instead of void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the = symbol and == symbol?
What is string function c?
what do you mean by inline function in C?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Explain why C language is procedural?
write a program to generate 1st n fibonacci prime number
What is the scope of an external variable in c?
Explain main function in c?
what will be maximum number of comparisons when number of elements are given?
write a program to sort the elements in a given array in c language
What is the difference between the = symbol and == symbol?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }