Why is event driven programming or procedural
programming, better within specific scenario?
No Answer is Posted For this Question
Be the First to Post Answer
while initialization of array why we use a[][2] why not a[2][]...?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is #define in c?
What is a struct c#?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
Where are c variables stored in memory?
char ch=10;printf("%d",ch);what is the output
How to create struct variables?
a simple program in c language
Explain what are preprocessor directives?
Is there sort function in c?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?