What is the difference between typedef and #define?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum no. of arguments that can be given in a command line in C.?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
pgm to find middle element of linklist(in efficent manner)
which one low Priority in c? a)=,b)++,c)==,d)+
Is main is user defined function?
will u give me old quesrion papers for aptitude for L & t info tech?
what is uses of .net
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the purpose of sprintf() function?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What are the advantages of c language?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code