What is the use of function in c?
What are local static variables? How can you use them?
Write the syntax and purpose of a switch statement in C.
what is stack , heap ,code segment,and data segment
What is the advantage of a random access file?
mplementation of stack using any programing language
prog for 1st five prime numbers in 2^x - 1
What are the advantages of c language?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
how can we use static and extern?and where can we use this?
What is the difference between if else and switchstatement
FILE PROGRAMMING