What is the difference between new and malloc functions?
No Answer is Posted For this Question
Be the First to Post Answer
In C language, a variable name cannot contain?
How macro execution is faster than function ?
What are the different types of errors?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
There seem to be a few missing operators ..
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a program using bitwise operators to invert even bits of a given number.
What is mean by data types in c?
Explain why C language is procedural?
How are Structure passing and returning implemented by the complier?
Program to find the sum of digits of a given number until the sum becomes a single digit
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...