Explain what does a function declared as pascal do differently?
Why do we need functions in c?
Write a program to identify if a given binary tree is balanced or not.
what is the significance of static storage class specifier?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Can you tell me how to check whether a linked list is circular?
When should I declare a function?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
How can I invoke another program or command and trap its output?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is a substring in c?
Why is c not oop?