What are # preprocessor operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
Is javascript written in c?
Is r written in c?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Explain what is the difference between the expression '++a' and 'a++'?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Where are some collections of useful code fragments and examples?
How does the assert() function work?
How can you return multiple values from a function?
Explain what is the benefit of using #define to declare a constant?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,