What is int main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is cohesion and coupling in c?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is unary operator?
What are pointers? What are stacks and queues?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
what will be maximum number of comparisons when number of elements are given?
How would you find a cycle in a linked list?
How is a structure member accessed?
What are the different types of control structures in programming?
How do I determine whether a character is numeric, alphabetic, and so on?
Which is better between malloc and calloc?