What is the difference between int main and void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is formal argument?
What is the default value of local and global variables in c?
Can you assign a different address to an array tag?
write a c program to find the probability of random numbers between 1-1000
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
What is a memory leak in structures? How can we rectify that?
What are the 4 types of functions?
The variables are int sum=10,SuM=20; these are same or different?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,