Hi how many types of software editions are there and their
difference (like home editions, enterprise, standard etc)
can u please help me
No Answer is Posted For this Question
Be the First to Post Answer
why do we use # in c-language?
write a programming in c to find the sum of all elements in an array through function.
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
How can I read data from data files with particular formats?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Is c procedural or functional?
How to implement variable argument functions ?
Is the following code legal? struct a { int x; struct a b; }
logic for x=y^n
What are the salient features of c languages?
Can an array be an Ivalue?