What does == mean in texting?


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

Post New Answer

More C Interview Questions

a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


Explain what are binary trees?

0 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


What is a global variable in c?

0 Answers  


Explain what is a pragma?

0 Answers  






What is difference between union All statement and Union?

0 Answers  


what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

6 Answers   HCL,


How do you define a string?

0 Answers  


What is the difference between realloc() and free()

1 Answers  


Describe the steps to insert data into a singly linked list.

0 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


wats SIZE_T meant for?

1 Answers  


Categories