What is difference between main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are header files in c?
Can an array be an Ivalue?
What are the different categories of functions in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
How are Structure passing and returning implemented by the complier?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
List out few of the applications that make use of Multilinked Structures?
Should I learn c before c++?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Why n++ execute faster than n+1 ?