Answer Posted / nikhil saraf
a=1
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What is the explanation for the dangling pointer in c?
What is a good data structure to use for storing lines of text?
Explain the use of keyword 'register' with respect to variables.
What is actual argument?
Write a program to print fibonacci series without using recursion?
Explain modulus operator.
What are the scope of static variables?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Do you know what are bitwise shift operators in c programming?
Is it better to bitshift a value than to multiply by 2?
What are identifiers in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Write a program with dynamically allocation of variable.
What is pointer to pointer in c language?
what will be maximum number of comparisons when number of elements are given?