Explain what are the __date__ and __time__ preprocessor commands?
Can i use Two or More Main Funtion in any C program.?
What is binary tree in c?
how to create c progarm without void main()?
change to postfix a/(b+c*d-e)
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
how we can say java is platform independent, while we require JVM for that particular Operating System?
can we declare a variable in different scopes with different data types? answer in detail
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is floating point constants?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the modulus operator?
Explain how can you determine the size of an allocated portion of memory?