Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Identify the operators that is not used with pointer

a. &&

b. #

c. *

d. >>

Answers were Sorted based on User's Feedback



Identify the operators that is not used with pointer a. && b. # c. * d. >>..

Answer / bhargavi

'>>' operator

Is This Answer Correct ?    12 Yes 4 No

Identify the operators that is not used with pointer a. && b. # c. * d. >>..

Answer / senthil

ANS. b. #

# is an operator used to convert a parameter to string
# should always be followed by a formal parameter (in below example parameter x)

Ex:
#define SAM(x) #x
printf(SAM(Hello)); // prints Hello

In other cases
char a = 0x10, b;
char *p = &b;

a. a&&*p is valid
b. *p is valid
c. a>>*p is valid

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


I need a sort of an approximate strcmp routine?

0 Answers  


What is I ++ in c programming?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


Tell me when is a void pointer used?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


Table of Sudoku n*n

0 Answers  


How many bytes is a struct in c?

0 Answers  


What is variable and explain rules to declare variable in c?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


Write a program to print "hello world" without using a semicolon?

0 Answers  


wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain

3 Answers   TCS,


Categories