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 in correct expression
a.a=b=3=4;
b.a=b=c=d=0;
float a=int b=3.5;
d.int a;
float b;
a=b=3.5;

Answer Posted / mohmedali

b

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1267


Write a program to print “hello world” without using semicolon?

1108


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1262


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2741


Describe dynamic data structure in c programming language?

1077


Ow can I insert or delete a line (or record) in the middle of a file?

984


What is the use of function in c?

1175


How can I make sure that my program is the only one accessing a file?

1250


Do array subscripts always start with zero?

1271


Can you tell me how to check whether a linked list is circular?

1390


What is anagram in c?

901


What is c language in simple words?

1052


What is 1d array in c?

1069


Explain how can I prevent another program from modifying part of a file that I am modifying?

1071


What does int main () mean?

1003