What are inbuilt functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
Why dont c comments nest?
Explain what are reserved words?
What are the advantages and disadvantages of pointers?
What are the advantages of external class?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
what is the difference between class and unio?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
program to print circle structure
What is the role of this pointer?
difference between i++* and *++i