Which is better oop or procedural?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.
Which is an example of a structural homology?
What is the value of h?
What are dangling pointers? How are dangling pointers different from memory leaks?
Where in memory are my variables stored?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
what are the stoge class in C and tel the scope and life time of it?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is #define?
What is union and structure in c?
what is the self-referential structure?