how we can make 3d venturing graphics on outer interface
What happens if header file is included twice?
why do some people write if(0 == x) instead of if(x == 0)?
What is an object?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
What is const volatile variable in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
How would you print out the data in a binary tree, level by level, starting at the top?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
Explain what are binary trees?
code for copying two strings with out strcpy() function.