In c programming typeing to occupy the variables in memory
space.
if not useing the variable the memory space is wasted.ok,
how to avoid the situation..? (the variable is used &
notused)
What is the difference between call by value and call by reference in c?
what are the general concepts of c and c++
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Are there any problems with performing mathematical operations on different variable types?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What is "Hungarian Notation"?
How can I invoke another program from within a C program?
write a program to insert an element at the specified position in the given array in c language
Explain pointers in c programming?
Can we change the value of #define in c?