Write, efficient code for extracting unique elements from a sorted list of array. e.g. (1, 1, 3, 3, 3, 5, 5, 5, 9, 9, 9, 9) -> (1, 3, 5, 9).
13 40171print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!
35 564561) int i=5; j=i++ + i++ + i++; printf("%d",j);This code gives the answer 15.But if we replace the value of the j then anser is different?why? 2)int i=5; printf("%d",i++ + i++ + i++); this givs 18.
8 66342Write a C function to search a number in the given list of numbers. donot use printf and scanf
5 16191#include
can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail
3029Post New TCS C Code Interview Questions
Where should we save our app data to on the playbook? : Blackberry tablet os
What is linq to object?
What are the different transaction levels available in transaction control transformation?
What is the delimiter default in PHP?
What is database bounce?
What was the first windows operating system?
Under what condition a convergent divergent nozzle required ?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
what is the difference between calling super() and super call?
Can you please explain the difference between using macro and inline functions?
what attracted you to sherwin williams?
What is the difference between one to one and one to many relationship?
What do you understand by latent heat ? Give four examples of latent heats.
What is difference between json and bson?
What happens if the constraint name is left out of a constraint clause?