What is console in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Which sorting algorithm is the best?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
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
Are pointers really faster than arrays?
What is the difference between array_name and &array_name?
How do I access command-line arguments?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
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
What is the difference between far and near in c?
which one is highest Priority in c? a)=,b)+,c)++,d)==
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
How will you declare an array of three function pointers where each function receives two ints and returns a float?