What are types of preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
how should functions be apportioned among source files?
How can I call a function with an argument list built up at run time?
how to print value of e(exp1)up to required no of digits after decimal?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
Explain what does the format %10.2 mean when included in a printf statement?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain what a Binary Search Tree is.
How to access or modify the const variable in c ?
16 Answers HCL, HP,
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Can a variable be both static and volatile in c?