Explain the term printf() and scanf() used in c language?
What is an array? What the different types of arrays in c?
How to add two numbers with using function?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
what are the stoge class in C and tel the scope and life time of it?
Give basis knowledge of web designing ...
How to avoid structure padding in C?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Are pointers integers in c?
What is time complexity c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is union and structure?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.