What are the different types of data structures in c?
Explain the Difference between the New and Malloc keyword.
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
What library is sizeof in c?
What is a good way to implement complex numbers in c?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
how to connect oracle in C/C++.
What are the differences between Structures and Arrays?
What are the 4 types of functions?
What are linked lists in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,