Latest Answer: ## is used for concatenation of two stringseg:#define a##b abint var12=100;printf("%d",var##12);output:100 ...
These are the questions usually repeated for C written Test. You can alos use these questions to brushup your skills.Instructions:1. Please ignore any case-sensitive
Latest Answer: Q4.main(){ int i = 0xff ; printf("n%d", i