What does 3 mean in texting?


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

Post New Answer

More C Interview Questions

How many levels of pointers can you have?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

0 Answers  


Find MAXIMUM of three distinct integers using a single C statement

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,






2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


what is the difference between NULL & NUL keywords in C?

3 Answers  


What is "Duff's Device"?

0 Answers   Celstream,


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


What is the use of pointers in C?

0 Answers   Impetus, Motorola, Tavant Technologies, Virtusa,


What is the difference between array and pointer in c?

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


Categories