What is calloc()?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need a structure?
which one low Priority in c? a)=,b)++,c)==,d)+
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
what is computer engg
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What are the advantages of c language?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
When can a far pointer be used?
c program to subtract between two numbers without using '-' sign and subtract function.
When should a type cast be used?
What is ctrl c called?