how many keywords are present in "c"?
Answer Posted / pushpendra yadav
There are 32 Keywords in C
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
Define Form modules, Class modules and Standard modules
what is c sharp dotnet
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
how to convert hashmap to arraylist with iteration
will it allow to add same value in HashMap class.
How to print No.of.rows affected after updation using ADO.Net
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
how many types of bytes are there???
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
what is web service in java? have u use before.