char *p="name";
printf(p);
What is the difference between variable declaration and variable definition in c?
Explain what is the difference between a string and an array?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain how do you print only part of a string?
In which layer of the network datastructure format change is done
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Difference between MAC vs. IP Addressing
How can I copy just a portion of a string?
Explain what is the general form of a c program?
How many levels of pointers can you have?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
Is it better to bitshift a value than to multiply by 2?