Does c have class?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
What are the keywords in c?
What are the advantages and disadvantages of pointers?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
What is spark map function?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
Do pointers need to be initialized?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is new line escape sequence?
How can I insert or delete a line (or record) in the middle of a file?