who is the editor of 'pokemon'?
Answer / saiesh singh
a). M F Hussain b) shuncho yankichi c) santoshi hiryana
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain the meaning of keyword 'extern' in a function declaration.
Tell me is null always defined as 0(zero)?
what is diference between return 0 and return NULL??
Find occurence of a character in a sting.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
What is double pointer?
How can you tell whether a program was compiled using c versus c++?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
Which control loop is recommended if you have to execute set of statements for fixed number of times?