What extern c means?
No Answer is Posted For this Question
Be the First to Post Answer
program in c to print 1 to 100 without using loop
write a program wch produces its own source code aas its output?
How to implement a packet in C
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
post new interiew question and aptitude test papers
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
please give me some tips for the placement in the TCS.
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
What is the difference between struct and union in C?