Write a C program to count the number of email on text


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


how to compare two strings without using strcmp() function??

1 Answers  


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


What is void pointers in c?

0 Answers  


consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,






What is a structure member in c?

0 Answers  


What is scope rule in c?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


What does %f mean c?

1 Answers  


What does d mean?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


Categories