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 21269main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33640What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19826Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3758Post New Tech Mahindra C Interview Questions
how can we achieve language interoperability through CLS? How MSIL works?
Can we store a sound file in a qlikview document?
Explain what are the possible data marts in retail sales?
Is pollution always caused by humans?
How do I clear formatting in excel?
What happens when you use several conditions in a query?
Differentiate different types of doctypes from one another
How do I run whois command?
What is IoT built on?
What is scope in rfid?
What is the impact of declaring a method as final?
do you have interest in sports?
How do you fix an incorrect parameter?
What is nosql? Name some examples of nosql databases. What is a key value store? What is column storage? What is a document database?
What is 0xc0000142 error?