What is a far pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain is it better to bitshift a value than to multiply by 2?
who will call your main function in c under linux?
What is the difference between printf and scanf )?
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation
Famous puzzles which are generally asked by companies during interviews ?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Dont ansi function prototypes render lint obsolete?
Is r written in c?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
What is d'n in c?