Post New Teaching General Knowledge_Current Affairs Interview Questions
what is communication templates in ibm maximo?
Mention characteristics of sub procedures?
What are the advantages and disadvantages of cascade style sheets?
What do you know objectives of LIC?
Difference between Value type & reference types ? and give the example in .Net?
How do I access terminal on windows?
What is deep learning and how does it relate to ai?
What is composer used for?
What is Discovery service and purpose of it?
what is the 0 value in quantity surveying
What is a transaction control transformation?
explain the rale of the government in the construction industry
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Explain how do you determine the length of a string value that was stored in a variable?