How can type-insensitive macros be created?
No Answer is Posted For this Question
Be the First to Post Answer
What is main () in c?
what is a pointer
4 Answers Bank Of America, TCS,
why we are using semicolon at the end of printh statment
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What are macros in C?
Is c still used?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
please give me some tips for the selection in TCS.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print