what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5150What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
1 5283pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9283#include
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
2 4831
What is class and object in c?
Is c# a good language?
Why is main function so important?
What is c++ used for today?
When should you use a type cast?
What is scanf () in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
using only #include
What is the difference between Printf(..) and sprint(...) ?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is the use of volatile?
Explain what’s a signal? Explain what do I use signals for?
What is variable and explain rules to declare variable in c?
Who is the main contributor in designing the c language after dennis ritchie?
What do you understand by friend-functions? How are they used?