Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
do you think its fraud or original company?
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
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
What is stack in c?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Why double pointer is used in c?
Write a program to find whether the given number is prime or not?
Why do we use int main instead of void main in c?
What are the types of unary operators?
What is a protocol in c?