What is the scope of static variables in c language?
What is the relationship between pointers and data structure?
logic for x=y^n
What is c variable?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
how memory store byte
write a program to generate 1st n fibonacci prime number
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What is merge sort in c?
write a program to find lcm and hcf of two numbers??
what is the defrenece between structure and union
How do you define a function?