what is the difference between structural,object
based,object orientd programming languages?
Answer / himanshu singh
In structural focus is more on procedures whereas in oject based focus is more on data..
one mr thing.. structural follows top down approach whereas object oriented follows bottom up approach
| Is This Answer Correct ? | 4 Yes | 3 No |
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is the difference between abs() and fabs() functions?
What are actual arguments?
What is hash table in c?
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
write a programming in c language, 1 3 5 7 9 11
how to find out the reverse number of a digit if it is input through the keyboard?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
Write a program for Overriding.
What is volatile variable in c?