What is string concatenation in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
c program to manipulate x=1+3+5+...+n using recursion
why do we use # in c-language?
How can my program discover the complete pathname to the executable from which it was invoked?
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
What was noalias and what ever happened to it?
difference between string and array?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain the concept of "dangling pointers" in C.
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,