What is the collection of communication lines and routers called?
No Answer is Posted For this Question
Be the First to Post Answer
How to calculate sum
Is it acceptable to declare/define a variable in a c header?
What is a Deque?
Explain how can I avoid the abort, retry, fail messages?
where do we use volatile keyword?
What does %c mean in c?
Explain what is the concatenation operator?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
how to determine the complexity of an algorithm as log(n)
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What is clrscr in c?