what r the cpu registers r ther?
Answer / guest
what kind of a crap question is this. Do u understand any
bit of english grammar. Just correct you'r question first
and then expect for an answer..
Is This Answer Correct ? | 0 Yes | 0 No |
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain how can you check to see whether a symbol is defined?
Explain what are the different data types in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is function and its example?
Is null always equal to 0(zero)?
What is main return c?
out put of printf(ā%dā,printf(ram));
Explain a pre-processor and its advantages.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Tell us the use of fflush() function in c language?