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 21296main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33660What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19840Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3762Post New Tech Mahindra C Interview Questions
List some bundled validators?
How many types of messaging model do JMS provide for and what are they?
What is .sh file in unix?
What do you mean by dental erosion?
Why centrifugal pump is not called as a positive displacement type of pump?
Explain stress testing, load testing and volume testing?
What are messages in java?
Can you still use microsoft word after subscription expires?
Are html tags case sensitive?
What is recycle bin in Oracle?
why are using crm for sales order creation?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
What are the differences between data science, machine learning, and artificial intelligence?
what is foreign key? : Sql dba