What is the difference between single charater constant and string constant?
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantage of software development
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
Explain what are multibyte characters?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
list the no of files created when c source file is compiled
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Why do we need volatile in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What does int main () mean?
where does it flourished?
Explain what is the difference between text files and binary files?
Write a program to print factorial of given number without using recursion?