Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
1 8155If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
6 9991f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10951f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
5 8346helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
3 8043helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
2 6525
How can I remove the trailing spaces from a string?
Explain how do you declare an array that will hold more than 64kb of data?
what are the different storage classes in c?
Why #include is used in c language?
what are enumerations in C
can we change the default calling convention in c if yes than how.........?
hi any body pls give me company name interview conduct "c" language only
What is the difference between procedural and functional programming?
What is function pointer c?
Here is a neat trick for checking whether two strings are equal
what is the height of tree if leaf node is at level 3. please explain
Why c is called a mid level programming language?
What is a shell structure examples?
How many loops are there in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.