What does
stand for?
No Answer is Posted For this Question
Be the First to Post Answer
What is a struct c#?
In C language what is a 'dangling pointer'?
main() { int a; a=++100; printf("%d",a); getch(); }
Write a program with dynamically allocation of variable.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Can the “if” function be used in comparing strings?
Are negative numbers true in c?
const char * char * const What is the differnce between the above tow?.
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is wrong with this program statement? void = 10;
c program to subtract between two numbers without using '-' sign and subtract function.
List the difference between a 'copy constructor' and a 'assignment operator' in C?