What is the difference between procedural and functional programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is an inline function?
What are the modifiers available in c programming language?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Explain what are multidimensional arrays?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
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? Upload a C program to demonstrate the behaviour of the game.
How reliable are floating-point comparisons?
What is memcpy() function?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How are structure passing and returning implemented?
why we use "include" word before calling the header file. is there any special name for that include??????
Can you return null in c?