What are extern variables in c?
What is the meaning of ?
how can i calculate mean,median,mode by using c program
Why is C language being considered a middle level language?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
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
Write code for finding depth of tree
What are linker error?
swap two integer variables without using a third temporary variable?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How to explain the final year project as a fresher please answer with sample project
implement OR gate without using any bitwise operator.