What is a mutex and a critical section.Whats difference between them?How do each of them work?
4 13252What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
3 8158How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
2 9222Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
7 24509a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
2 4335Post New CTS C++ General Interview Questions
How many looping constructs are present in go programming language?
write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.
What are the main types of cancer and how do oncologists diagnose and treat these diseases?
convert 140 N.m/cm^2 to N.m/mm^2
Why lead foil sheet in the film packet is used?
Is wordpress a web server?
What do you understand by metadata in context of angular 2 application?
What is string args [] in java?
Tell me about circular linked list?
What is for loop and its syntax?
what is wcf peer network binding type? : Wcf data services
Discuss one scenario where you can use Rank() function?
Tell us do you know how to run reports? Can you customize reports? : insurance health
How to send xml message to jms queue using java?
What can you do with Kafka?