An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language
a) string
b) data structure
c) pointers
d) array
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
What is use of integral promotions in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How can I do peek and poke in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
A program to allow an input operand and operator from the operator and read on the display and output operand.
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
what is the differance between pass by reference and pass by value.
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the right way to use errno?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
How are portions of a program disabled in demo versions?