How many bytes are occupied by near, far and huge pointers (dos)?
No Answer is Posted For this Question
Be the First to Post Answer
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
how to find anagram without using string functions using only loops in c programming
What is #error and use of it?
What is the difference between ‘g’ and “g” in C?
What is console in c language?
What is an example of enumeration?
Explain what is a 'locale'?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
write a c program to find biggest of 3 number without relational operator?