what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5257What 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 5359pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9354#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 4916
write a program to find out prime number using sieve case?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Describe dynamic data structure in c programming language?
How do I create a directory? How do I remove a directory (and its contents)?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
how to make a scientific calculater ?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the purpose of sprintf?
How is = symbol different from == symbol in c programming?
What is a program flowchart?
Are pointers integer?
What is the difference between near, far and huge pointers?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How do you list files in a directory?