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 40154print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!
35 564121) 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 66333Write a C function to search a number in the given list of numbers. donot use printf and scanf
5 16180#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
3026Post New TCS C Code Interview Questions
What is the difference between a page and a post in wordpress?
16sqmm copper cable carrying how much amps ?
What are the characteristics of a business event?
What is addition reaction?
Explain the concept of vehicle-to-everything (V2X) communication in AI.
Why is java mostly used in embedded systems?
How much storage can I use with a virtual machine?
What is a website or what do you understand by a website?
What is a web api?
Can annotation extend another annotation?
What is the difference between nodejs and expressjs?
How to calculate energy stored in a capacitance
How do I declare inout arguments in c#?
Explain about different layouts available in bootstrap?
How do you start a thread?