Answer Posted / shruti
no,
macros dont support multiple arguments..
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
can we have joblib in a proc ?
Write a Program to find whether the given number or string is palindrome.
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Write a program that accept anumber in words
What is a stream?
write a progrmm in c language take user interface generate table using for loop?
Why n++ execute faster than n+1 ?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Explain about block scope in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are the primitive data types in c?
Is it fine to write void main () or main () in c?
Why do we use int main instead of void main in c?