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 to print this sereis 2 4 3 6 5..........?

3 Answers  


What are the different types of control structures?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


write a program to display reverse of a number using for loop?

14 Answers  


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,






What does s c mean on snapchat?

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

3 Answers  


What is cohesion and coupling in c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


Write a code to remove duplicates in a string.

0 Answers   Expedia,


How to print %d in output

6 Answers   Wipro,


Categories