Which books are good to refer for M1 M2 and M3 for effective coaching?

Asked by Last Modified  

16 Answers

Follow 0
Answer

Please enter your answer

Home Tutor

B.S Grewal
Comments

Tutor

B.S. Grewal is the best book as many of the problems appearing in the examinations are taken from the same book
Comments

Persistence effort

Where do you want to teach? I mean the place where will you teach?
Comments

BTech BSc Inter Tutor Supply and Regular

You can also define macros whose use looks like a function call. These are called function-like macros. To define a function-like macro, you use the same ‘#define’ directive, but you put a pair of parentheses immediately after the macro name. For example, #define lang_init() c_init() lang_init() ...
read more
You can also define macros whose use looks like a function call. These are called function-like macros. To define a function-like macro, you use the same ‘#define’ directive, but you put a pair of parentheses immediately after the macro name. For example, #define lang_init() c_init() lang_init() ==> c_init() A function-like macro is only expanded if its name appears with a pair of parentheses after it. If you write just the name, it is left alone. This can be useful when you have a function and a macro of the same name, and you wish to use the function sometimes. extern void foo(void); #define foo() /* optimized inline version */ ... foo(); funcptr=foo; Here the call to foo() will use the macro, but the function pointer will get the address of the real function. If the macro were to be expanded, it would cause a syntax error. If you put spaces between the macro name and the parentheses in the macro definition, that does not define a function-like macro, it defines an object-like macro whose expansion happens to begin with a pair of parentheses. #define lang_init () c_init() lang_init() ==> () c_init()() The first two pairs of parentheses in this expansion come from the macro. The third is the pair that was originally after the macro invocation. Since lang_init is an object-like macro, it does not consume those parentheses. read less
Comments

ENGINEER

M2,M3,M4 SIGARAVELU
Comments

Mechanical Engineering Tutor

kumbhojkar
Comments

Student's Badhsha

engineering mathematics by bali, iyenger
Comments

Tutor

Patel & Rawal
Comments

Maths and Mechanical Engineering Faculty

looking at the exam I suggest U B.S. Grewal
Comments

Tutor

Prefer wortiker and wortiker's Math
Comments

View 14 more Answers

Related Questions

Explain about the Electrical SUB STATION 132/33 KV
Starting from the generating stations to the end users, voltage is needed to be stepped up and down several times in various substations. This ensures efficient transmission of power, minimizing the power...
Sri Satya Sai Suresh
Explain about pointer in C?
A pointer is variable which can store the address of the another variable.. That is if you created any aaary you want to point the address of that data to other we can use
S.hema
How to do coding?
Write basic programs using software tool.
Krishna
i want programming knowledge
For programming knowledge only and starting of programming I will suggest Let us C by Yashwant Kanetkar. For deep knowledge you can take other book also.
Harsha
Pursuing diploma final year. Fearing to face Cet. Pls help
Do thorough revision of all concepts of class XI and XII. Do timed practice on papers.of previous years' questions. A good preparation will surely lead you to success.
Sneha
1 0
9

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Java Interview Questions & Answers
Java Interview Questions have been designed especially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Java Programming Language. As per my...

Internet of Things, Social Media Becoming Part of E-Discovery Landscape
The days when e-discovery consisted of handing over copies of e-mails to address Freedom of Information Act (FOIA) requests, compliance regulations or other legal obligations are over. Now, it's just as...

Units and its measurement
A

Arnab Bhattacharjee

0 0
0

Polarization of Plane Waves
(a) Linear polarization A plane wave is linearly polarized at a fixed observation point if the tip of the electric-field vector at that point moves along the same straight line at every instant of time. (b)...

Easy ways to remember Periodic Table
You can easily remember the Periodic table by remembering some Hindi Mnemonics Group 1 is known as alkali metals. It includes Lithium (Li), Sodium (Na), Potassium (K), Rubidium (Ru), Caesium (Cs), and...

Recommended Articles

Once over with the tenth board exams, a heavy percentage of students remain confused between the three academic streams they have to choose from - science, arts or commerce. Some are confident enough to take a call on this much in advance. But there is no worry if as a student you take time to make choice between - science,...

Read full article >

Quality education does not only help children to get a successful career and life, but it also hugely contributes to society. The formal education of every child starts from school. Although there are numerous schools, parents find it challenging to choose the right one that would fit their child. It is difficult for them...

Read full article >

Learning for every child starts from a very young age. While the formal methods include school curriculums and private lessons, the informal methods include dancing, music, drawing, and various fun-filling activities. Playing games and practising these types of activities helps the children get out of boredom and...

Read full article >

With the mushrooming of international and private schools, it may seem that the education system of India is healthy. In reality, only 29% of children are sent to the private schools, while the remaining head for government or state funded education. So, to check the reality of Indian education system it is better to look...

Read full article >

Looking for Engineering Diploma Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you