What is modifier & how many types of modifiers available in c?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
whether itis a structured language?
What is a constant?
What is the use of bitwise operator?
How do we open a binary file in Read/Write mode in C?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Can you please explain the difference between malloc() and calloc() function?
Is it better to use a macro or a function?
Program to simulate second clock
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string