what is the use of ‘auto’ keyword?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
what is the diffrenet bettwen HTTP and internet protocol
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Why enum is used in c?
Explain what is the benefit of using #define to declare a constant?
What is the meaning of typedef struct in c?
Explain what is the concatenation operator?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }