What is define directive?
No Answer is Posted For this Question
Be the First to Post Answer
c pgm count no of lines , blanks, tabs in a para(File concept)
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
could u able to tell about suresoft technical session
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is Function Pointer? Explain with example?
Why pointers are used?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain why C language is procedural?
What is macro?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
How the c program is executed?
Explain the difference between malloc() and calloc() in c?