If I have a char * variable pointing to the name of a function ..
No Answer is Posted For this Question
Be the First to Post Answer
Write a simple code fragment that will check if a number is positive or negative.
How can you tell whether two strings are the same?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
biggest of two no's with out using if condition statement
What the advantages of using Unions?
What is the difference between text and binary i/o?
please explain every phase in the "SDLC" in the dotnet.
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
How would you obtain the current time and difference between two times?