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...

m=++i&&++j(||)k++
printf("%d"i,j,k,m)

Answer Posted / aravind

error
relational operators can't be assaigned, they are used for just conditions.

Is This Answer Correct ?    4 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we declare a function inside a function in c?

1096


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1128


Explain why C language is procedural?

1275


What is the purpose of type declarations?

1170


What is strcmp in c?

1217


Explain union. What are its advantages?

1126


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

1307


What is int main () in c?

1128


What is the method to save data in stack data structure type?

1147


Explain which function in c can be used to append a string to another string?

1138


What is pass by reference in functions?

912


What are the functions to open and close file in c language?

1261


Why do we need functions in c?

1082


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2288


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2414