What is function what are the types of function?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
What is structure padding in c?
Is it possible to create recycle bin in mobiles?
What does c mean before a date?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
what is the code for getting the output as * ** ***
Is it better to use malloc() or calloc()?
Is swift based on c?
What do you mean by team??
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How does free() know how many bytes to free?