What is scanf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
write a c program to print "Welcome" without using semicolon in the whole program ??
What does c mean before a date?
How a string is stored in c?
Is c easier than java?
What is the meaning of ?
How do you initialize function pointers? Give an example?
State two uses of pointers in C?
what is c?
What is define c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }