What is a macro in c preprocessor?
What is memcpy() function?
How do you determine the length of a string value that was stored in a variable?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What is the g value paradox?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
How can a number be converted to a string?
study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above
how to implement stack work as a queue?
what are the difference between ANSI C and Let Us c and Turbo C
What are data types in c language?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the data segment that is followed by c?