What is the symbol indicated the c-preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is scanf_s in c?
Is c still used?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
post new interiew question and aptitude test papers
What is meant by gets in c?
What is strcmp in c?
What is void c?
how to find the largest element of array without using relational operater?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping