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 21534main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33935What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 20093Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3836Post New Tech Mahindra C Interview Questions
Give the data storage units in Cassandra?
What is the lock statement in c#?
What are the salesforce best practices for apex?
Explain what is the meaning of triage?
What is extruded aluminium used for?
How to create uibutton programmatically in objective c?
Why meta tag is used in html?
How do you decide to create a new ngmodule?
What is a key in the registry?
How do you put a grid on a drawing picture?
if we have provision for bad debts and RDD then on which amount we have to calculate RDD original or deducted?
What is Probability density function of the brightnesses?
Differentiate between the PROC SUMMARY and PROC MEANS?
Can I use sql in mongodb?
Enlist few syntax rules applicable for soap message?