my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
2 4058a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
2843
What is realloc in c?
Where does the name "C" come from, anyway?
What are conditional operators in C?
What is nested structure in c?
difference between object file and executable file
Is null equal to 0 in sql?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is a built-in function in C?
Can one function call another?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why can’t we compare structures?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
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
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode