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 20950main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 33233What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19526Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3680Post New Tech Mahindra C Interview Questions
What is selenium 2.0?
What is main thread in c#?
How to display a past time in days, hours and minutes?
what is Identity template in XSL, why do you use it?
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
What certifications do you hold? : insurance health
Why do we need javascript?
What should a footer contain?
Explain accessors to a layman.
How many web.config files can I have in an application?
Explain the filters in zend framework with examples?
What role does dalvik play in android development?
You are a project manager for Cashiers systems. Your company produces cashiering systems and software for the retail industry. Your customer has requested a change to the product. You will handle this change using the scope change control system. All of the following are true except: A. Changes to product scope should be reflected in project scope. B. Project scope changes may result in adjustments to the performance measurement baselines. C. Changes to project scope should be reflected in the product scope. D. Scope changes may result in performance improvements.
Define transaction and transaction isolation levels?
How to write native sql query in hibernate?