how can i include my own .h file EX:- alex.h like
#include<alex.h>, rather than #include"alex.h"
int i=10; printf("%d %d %d", i, i=20, i);
what is the difference between const volatile int i & volatile const int j;
Explain how do you determine whether to use a stream function or a low-level function?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Explain the difference between structs and unions in c?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Meaning of () in c