Do you know what are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is 2 d array in c?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
What is the significance of c program algorithms?
why java is called as a purely oops language.
wap in c to accept a number display the total count of digit
what is the use of #pragma pack, wer it is used?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
simple program of graphics and their output display
how to print a statement in c without use of console statement ,with the help of if statement it should print
write an algorithm to display a square matrix.