Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
a c code by using memory allocation for add ,multiply of sprase matrixes
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
what are bit fields in c?
suppose there are five integers write a program to find larger among them without using if- else
What is chain pointer in c?
What is a class?
what is uses of .net
How would you rename a function in C?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
main() { printf("hello"); fork(); }
What are the types of arrays in c?