Can a pointer be static?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by defining a variable in our c code?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are disadvantages of C language.
Can you return null in c?
How can you return multiple values from a function?
What is the default value of local and global variables in c?
Explain function?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
write an algorithm and c program to add two 2x2 matrics
How do you search data in a data file using random access method?
Explain what is dynamic data structure?
What are the different data types in C?