application attempts to perform an
operation?
No Answer is Posted For this Question
Be the First to Post Answer
hi, which software companys will take,if d candidate's % is jst 55%?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Explain the use of function toupper() with and example code?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
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?
write a program to copy the string using switch case?
What functions are used in dynamic memory allocation in c?
Do pointers need to be initialized?
WHOT IS CHAR?
Is c is a procedural language?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
what is meant by the "equivalence of pointers and arrays" in C?