What does void main () mean?
What do you mean by a sequential access file?
Why do we need functions in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is the use of extern in c?
What is modeling?
what does exit() do?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Is it possible to initialize a variable at the time it was declared?
Write a C program to count the number of email on text
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,