What does a function declared as pascal do differently?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What is static and volatile in c?
how to swap two integers 1 and 32767 without using third variable
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
What is #line?
What is structure in c explain with example?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is static memory allocation? Explain
Is register a keyword in c?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
What is a global variable in c?