Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
4 15540Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(“%c”, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 11468"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 24707
What is variable initialization and why is it important?
How to Create resource files?
Explain Higher-Order Functions?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
How to call two different views from same action?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is the latest version of scala?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is the current latest version of scala? What is the major change or update in scala 2.12?
how to detect a mobile device using php
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
What is the type of the following Array?, val arr = arrayOf(1, 2, 3);
Which is the latest version of magento?
Write a program using while loop?
How can you verify if a given object “X” is a matrix data object?