What is pragma c?



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

Post New Answer

More C Interview Questions

What is meant by initialization and how we initialize a variable?

1 Answers  


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


What is the difference between typedef struct and struct?

1 Answers  


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


What is calloc() function?

1 Answers  


How are Structure passing and returning implemented by the complier?

1 Answers   TISL,


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.

1 Answers  


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.

2 Answers  


How can I convert a number to a string?

1 Answers  


What are # preprocessor operator in c?

1 Answers  


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


Is calloc better than malloc?

1 Answers  


Categories