What is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
What is a void * in c?
What is the meaning of ?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Why doesnt long int work?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
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 Answers Hughes, Tech Mahindra,
why TCS selected more student in the software field from all institution.
Are local variables initialized to zero by default in c?
Explain what is operator promotion?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain what are the advantages and disadvantages of a heap?