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


what is ans for this
scanf(%%d",c);



what is ans for this scanf(%%d",c);..

Answer / sivavendra

error

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More C Interview Questions

What are comments and how do you insert it in a C program?

0 Answers  


What is pragma in c?

0 Answers  


Why main is not a keyword in c?

0 Answers  


What is the usage of the pointer in c?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


How can I copy just a portion of a string?

0 Answers  


Why can’t we compare structures?

0 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


what is bitwise operator?

1 Answers   IBM,


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


Categories