What is pragma c?
Answer / Santosh Raj
Pragma is a general term for preprocessor directives in C. However, if you're referring to 'pragma' as a specific pragma, it doesn't exist in the standard C language. Different compilers might have their own extensions or pragmas.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by initialization and how we initialize a variable?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What is the difference between typedef struct and struct?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What is calloc() function?
How are Structure passing and returning implemented by the complier?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
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 can I convert a number to a string?
What are # preprocessor operator in c?
any string of bits of length 'n' represents a unique non- negative integer between.............?
Is calloc better than malloc?