Answer Posted / s
i think pointers are faster if we talk in terms of element
addition and deletion,the priomary req..
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is javascript written in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is a global variable in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What are different types of variables in c?
What is meant by keywords in c?
What's the right way to use errno?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Which type of language is c?
regarding pointers concept
Is stack a keyword 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
write a program to rearrange the array such way that all even elements should come first and next come odd
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is the difference between far and near ?