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 21382main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33750What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19928Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3784Post New Tech Mahindra C Interview Questions
What exactly is polymorphism?
Explain immunoglobulin (ig) e?
How do you write a good introduction?
What is the difference between view and materialized view in Oracle?
What does resource adapt module contain?
Is there a row limit in access?
How to install or uninstall a windows service?
What is the full meaning of windows?
Difference between linkedlist and arraylist.
In a voltage-controlled current source A A current booster is never used B The load is always floated C A stiff current source drives the load D The load current equals Isc
How do I start and stop mysql server?
What are the advantages of using laravel?
How to estimate peptone ?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the difference between ext3 and ext4?