What is a nested loop?
No Answer is Posted For this Question
Be the First to Post Answer
Why does not use getgh(); and <conio.h> in c language.
How can I do peek and poke in c?
What are the 3 types of structures?
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; }
what is the difference between #include<stdio.h> and #include"stdio.h" ?
Explain threaded binary trees?
Explain #pragma statements.
what's the return value of malloc()
If we give two names then this displays the connection between the two people. It is nothing but flames game
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
What is strcmp in c?