what is Structural oriented language?
give some example of this language.....?
structure oriented language means following a specific format for writing the program.... C++ is not structured oriented since we can declare the variables wherever we like before we use those ones.....
C,COBOL, FOXPRO are some of the structured oriented languages...
thank u
Is This Answer Correct ? | 3 Yes | 3 No |
Explain how do you declare an array that will hold more than 64kb of data?
What does *p++ do?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
can anyone suggest some site name..where i can get some good data structure puzzles???
Write a program to swap two numbers without using third variable?
What is the maximum no. of arguments that can be given in a command line in C.?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain what are the advantages and disadvantages of a heap?
What is the difference between near, far and huge pointers?
Explain what math functions are available for integers? For floating point?
Write any data structure program (stack implementation)