What are the data types present in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between procedural and functional programming?
What does the function toupper() do?
Which is the best sort method for library management?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Explain what are multibyte characters?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a program in C to swap two variables
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Do character constants represent numerical values?
how can we use static and extern?and where can we use this?
what is computer