What is d'n in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare pointer variables?
differnce between do and do while
code for replace tabs with equivalent number of blanks
Explain why C language is procedural?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
HOW DO YOU HANDLE EXCEPTIONS IN C?
what is the difference between embedded c and turbo c ?
suppose there are five integers write a program to find larger among them without using if- else
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What does sizeof int return?
What math functions are available for integers? For floating point?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop