how many keywords are present in "c"?
Answer Posted / kalai
ya 32 keywords in c now
but before there was 28n keywords now 4 was added find them
| Is This Answer Correct ? | 37 Yes | 15 No |
Post New Answer View All Answers
I am work in it aompenei
How do you pass variables forwrd to future CECI sessions
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
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.
what is an INI file?
how do i create my own exception class which will restrict IO exception?
details description on this mantis? who is founder of this mantis?
kindly send interview materials
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
Write a shell program to test whether a given year is leap year or not ?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
Please describe an example where you used object orientation in one of your programs.
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
Diff between IF and where ?