What is the significance of scope resolution operator?
No Answer is Posted For this Question
Be the First to Post Answer
How to throw some light on the b tree?
what are bps & baud rates? differentiate these two?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Explain how do you search data in a data file using random access method?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
How can we allocate array or structure bigger than 64kb?
What is memcpy() function?
why we need function pointers?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
from which concept of 'c', the static member function of 'c++' has came?
What is local and global variable in c?