why do you use macros? Explain a situation where you had to
incorporate macros in your proc report? use a simple
instream data example with code ?
No Answer is Posted For this Question
Be the First to Post Answer
main() { clrscr(); } clrscr();
how to concatenate the two strings
How to use power function under linux environment.eg : for(i=1;i<=n;i++){ pow(-1,i-1)} since it alerts undefined reference to 'pow'.
main() { int k=1; printf("%d==1 is ""%s",k,k==1?"TRUE":"FALSE"); }
main() { printf("%x",-1<<4); }
Given n nodes. Find the number of different structural binary trees that can be formed using the nodes.
16 Answers Aricent, Cisco, Directi, Qualcomm,
Declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
C statement to copy a string without using loop and library function..
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
Is it possible to print a name without using commas, double quotes,semi-colons?
main() { int i=10; i=!i>14; Printf ("i=%d",i); }
write a c program to Create a mail account by taking the username, password, confirm password, secret_question, secret_answer and phone number. Allow users to register, login and reset password(based on secret question). Display the user accounts and their details .