plz let me know how to become a telecom protocol tester.
thank you.
No Answer is Posted For this Question
Be the First to Post Answer
What is the translation phases used in c language?
Explain the ternary tree?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
What is file in c language?
What is getch c?
What is the purpose of the statement: strcat (S2, S1)?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Differentiate between a structure and a union.
How do you declare a variable that will hold string values?
Difference between null pointer and dangling pointer?
can a union be self-referenced?
Distinguish between actual and formal arguments.