What are the types of assignment statements?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why do we use stdio h and conio h?

0 Answers  


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


What is the use of getch ()?

0 Answers  


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


How do I get a null pointer in my programs?

0 Answers  


how to find the sizof of any datatype using bit manipulations

3 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


Categories