Answer Posted / somuburra
it is astructure oriented program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is null always equal to 0(zero)?
What is the most efficient way to count the number of bits which are set in an integer?
Should I learn data structures in c or python?
Are the expressions * ptr ++ and ++ * ptr same?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the size of empty structure in c?
What is the use of putchar function?
Is c a great language, or what?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the use of linkage in c language?
How do you define a function?
What is the difference between array and pointer in c?