What is a pragma?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
Explain how can you determine the size of an allocated portion of memory?
Are there any problems with performing mathematical operations on different variable types?
What is use of bit field?
What are the features of c language?
What is c mainly used for?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Can we increase size of array in c?
What is variable declaration and definition in c?
What does do in c?
What is a class?
Explain data types & how many data types supported by c?