say the following declaration is correct nr not.
int b=a,n=0;
Answer Posted / manoj
how the ans is correct can u explain
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to print factorial of given number without using recursion?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are the types of data files?
What is an example of structure?
How can I insert or delete a line (or record) in the middle of a file?
What is the size of empty structure in c?
What does c value mean?
What are external variables in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
regarding pointers concept
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Explain how do you determine a file’s attributes?
What is the purpose of 'register' keyword?
What is the difference between if else and switchstatement
how to write optimum code to divide a 50 digit number with a 25 digit number??