we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
4 8368void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30823int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12162A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
2 4707how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
4 12178int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
2 4875Post New Wipro C Interview Questions
What is formula for finding distance?
Where session is stored?
What is a trait mixins in scala?
What is Flume event?
What are perl variables?
What happens on checkpoint?
How should runtime errors be handled in c++?
What are Events and Event Emitters in node.js?
How can we kill a topology?
Explain the definition of normalized and denormalized view?
How do I find the difference between two numbers in excel?
When to use auto dialer? : insurance cold calling
hi any body pls give me company name interview conduct "c" language only
When do you get -811 sqlcode and how to resolve it?
What does netflix use python for?