f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 21262main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33634What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19817Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3753Post New Tech Mahindra C Interview Questions
What is ctrl s in excel?
What version of Delphi 5 does the Code Explorer come with?
I am going to face an interview in Ericssion tomorrow for implementation Manager.I need some idea on interview question
How to create Data Link File with Windows 2000?
Explain how can you keep our seawater used for heat rejection clean before entering our heat exchangers?
Does geek squad install hard drives?
Abstract class and interface, multiple inheritance, live example
Please Answer this Questions: 1.In FWM We have to create Hierarchies, Condition is we don't know the correct levels in the Hierarchies, in this case how can we find out the levels (year->Quarters->month->day)in data? 2. In FWM Standalone Filter is for Reusable purpose & Embedded Filter we cant resuse.but is this possible to convert the Embedded filter to standalone filter? 3.What are the differences between Relational Database Model & Multi Dimensional Database? 4.In Drill Down/ Drill Up, How to specify the limits for example in a report there is 6 Drill down is possible, but i want only 3 Drill downs, the report should not allow 4 Th Drill Down.How to make this ? 4. What are the limitations in Select and Search Prompt ?
What is a Speculative Execution in Hadoop MapReduce?
Innovative suggestions, solutions, if any, brought out by you for the better performance of the Quality and Testing department/ company during the review period: Anybody can answer to this question..Thanks in advance..venkat
Is it legal to have static initializer blocks in ejb?
what is rdbms? : Sql dba
What is a key in database?
can we calculate the voltage level for microwave energy which is using for our mobile communication?
Define modularity?