how do you contribute with nextwebi growth
Software Engineer C Interview Questions
665,758 software engineer c interview questions shared by candidates
Write a program to count number of occurence of the character in the provided string. Hello h-1 e-1 l-2 o-1
1. highest of array (without using any loop)(recursion bhau :P) 2. searching with time complexity (binery search) 3. most difficult que by that they kick me out :D array given {1,2,3,4,5,6,7,8,9} arrange in matrix of form {{1 3 6}{2 5 8}{4 7 9}} like {{a c f}{b e h}{d g i}} see formations
This question was asked in Round 2 of the process.. Given an unsorted array..find the Nth largest number in a single pass without modifying the array...
1.Intersection of two array. 2.max two numbers addition in array. 3.first non repeating charector in string 4.josephas number
How to obtain the sum of the elements from (0,0) to (r,c) in a 2D array, where r and c are the row and column numbers
You are designing a roller coaster, would you make four trains with five carts each or five trains with four carts each, why?
In a typical database query, how would you speed up an sql query that consisted of many conditions ANDED (&&) together?
First round : 1. If you have int array, how you will sum of that in objective c? 2. If you have string containing too many html tags, how you will remove that tags from string? Second round : 1. What is apns 2. why we share data on social site 3. what is gps 4. how to get distance between 2 location 5. knowledge in swift 6. what is delegate 7. diff between json and xml 8. what is storyboard 9. which controller has delegate.
Given a singly linked list, how can you find if there is a loop in the list?
Viewing 1551 - 1560 interview questions