What is a double c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a free-standing and a hosted environment?
What is the use of the #include directive?
Why do some versions of toupper act strangely if given an upper-case letter?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
Why is c not oop?
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?
what is the difference between structure and union?
In C language what is a 'dangling pointer'?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
How can I list all of the predefined identifiers?
What is a string?
write a c program to store and print name,address,roll.no of a student using structures?