What are types of structure?
No Answer is Posted For this Question
Be the First to Post Answer
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Explain what are header files and explain what are its uses in c programming?
how to TOGGLE Nth bit of variable in a MACRO
What is bash c?
What is typedf?
what is used instead of pointers in java than c?
What is string constants?
Here is a neat trick for checking whether two strings are equal
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 difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
Explain the use of function toupper() with and example code?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff