Between macros and functions,which is better to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How can I access a memory located at certain address?
How can you convert integers to binary or hexadecimal?
What are lookup tables in c?
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
Which are low level languages?
Why doesnt long int work?
What is the purpose of the preprocessor directive error?
What is wrong with this program statement?
write a program to display all prime numbers
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is actual argument?