hi any body pls give me company name interview conduct "c"
language only
No Answer is Posted For this Question
Be the First to Post Answer
difference between the array and linked list general difference related to memory
What is assignment operator?
how the compiler treats any volatile variable?Explain with example.
List some of the static data structures in C?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Write a program to check whether a number is prime or not using c?
How is pointer initialized in c?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
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.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
what is dangling pointer?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1