How many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
what r callback function?
How pointers are declared?
What is the use of clrscr?
How would you obtain the current time and difference between two times?
How to write a code for reverse of string without using string functions?
What are inbuilt functions in c?
Write a program in C to convert date displayed in gregorian to julian date
Here is a good puzzle: how do you write a program which produces its own source code as output?
can a union be self-referenced?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
When c language was developed?
what is real time system?what is the differance between hard and soft real time systems