how many keywords are present in "c"?
Post New Answer View All Answers
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
how many types of bytes are there???
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
Difference between delegates and Events?
How to call dll API sub routine in VB Form.
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
what are the topics choosen for jam round for interviews
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
can we allocate memory for interface? if no then why?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
How to call a C++ function which is compiled with C++ compiler in C code?