Why do we use int main?
No Answer is Posted For this Question
Be the First to Post Answer
How would you print out the data in a binary tree, level by level, starting at the top?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Write a program in c to input a 5 digit number and print it in words.
What are the types of data types and explain?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
What are c identifiers?
Derive the complexity expression for AVL tree?
Explain data types & how many data types supported by c?
What is the difference b/w Structure & Array?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
what is the difference between exit() and _exit() functions?
Differentiate b/w Modify and Update commands giving example.