What is an auto keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What 'lex' does?
What does static variable mean in c?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
what are the files which are automatically opened when a c file is executed?
What is bin sh c?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
What are the advantages of Macro over function?
will u give me old quesrion papers for aptitude for L & t info tech?
Explain why c is faster than c++?
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
write a progrmm in c language take user interface generate table using for loop?