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 18856main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
12 31414What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 18185Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3270Post New Tech Mahindra C Interview Questions
hi gurus , plz can anybody forward ur cv of accounts/finance related , exp of 4+ years to afreenjuveriya@yahoo.com
What are the triggers associated with image items?
What is the effect of the internet of things have on healthcare segment?
What is vpn and what it consists of?
What is directives in angular 2?
Can you tell me how can you find out the # of rows updated after an update statement?
What are the different types of joins in sql?
What is socket programming in java?
what is the meaning of Processing Vendor/Employee payments
Does mixcloud have an rss feed?
What is the use of spark in big data?
Is 4gb of ram enough for windows 7?
Differenciate between circuit wiring and sub main wiring with illustrations
What is a column variable?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array