What are keywords in c with examples?
What is main function in c?
without using control structures and control structures find the max and min of given 2 nos
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
What do you understand by normalization of pointers?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What is static memory allocation? Explain
What is the difference between test design and test case design?
Can I pass constant values to functions which accept structure arguments?
What is the 'named constructor idiom'?
Why is c still so popular?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......