Should I learn c before c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do you generate random numbers in C?
Explain how are portions of a program disabled in demo versions?
Explain the difference between null pointer and void pointer.
What does %c mean in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What are the 4 data types?
what is the role you expect in software industry?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Wt are the Buses in C Language
Explain high-order and low-order bytes.