STL (140)
OOPS (873)
C++ General (2409) write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
2352write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
2212write program for palindrome
Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
81 217341sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
2 4549how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
2600
How can you link a c program with a c function?
Can you sort a set c++?
Which function should be used to free the memory allocated by calloc()?
How do you add an element to a set in c++?
Explain the difference between c++ and java.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What do you mean by storage classes?
What is c++ 11 and c++ 14?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the difference between malloc, calloc and realloc?
What is a c++ vector?
When must you use a constructor initializer list?
What is null and void pointer?