What is the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
Differentiate b/w Modify and Update commands giving example.
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Why is c so popular?
Is it better to bitshift a value than to multiply by 2?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
how to swap two integers 1 and 32767 without using third variable
Explain that why C is procedural?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
What is #include cctype?