how logic is used


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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.

0 Answers   TCS,


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,






Write a program to print fibonacci series without using recursion?

0 Answers  


how to count no of words,characters,lines in a paragraph.

0 Answers  


What are high level languages like C and FORTRAN also known as?

0 Answers  


What is a macro, and explain how do you use it?

0 Answers  


what is the difference between static variable and register variable?

3 Answers  


What is Function Pointer? Explain with example?

3 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


Categories