Explain what are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of gets and puts?
What is operator promotion?
write an algorithm and a program to count the number of elements in a circularly singly linked list
IS Doon college of Engn.. has good faculty
Explain which function in c can be used to append a string to another string?
how can f be used for both float and double arguments in printf? Are not they different types?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
If null and 0 are equivalent as null pointer constants, which should I use?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
how to reverse string "Hello World" by using pointers only. Without any temp var
Is c an object oriented programming language?
how do we remove the printed character in printf statement and write next it it