How the C program can be compiled?
Answers were Sorted based on User's Feedback
What is the purpose of & in scanf?
Why doesn't C support function overloading?
why ordinary variable store the later value not the initial
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
Why do u use # before include in a C Progam?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
Do you have any idea how to compare array with pointer in c?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
How to throw some light on the b tree?
what is software?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,