hi friends how r u as soon in satyam my interview is start
but i m very confusued ta wat i do plz help me frndz wat
can i do plz tell me some question and answers related
with "C" which r asked in the interview .
No Answer is Posted For this Question
Be the First to Post Answer
Here is a good puzzle: how do you write a program which produces its own source code as output?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
what is the use of using linked list and array?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
sum of two integers values only other then integer it should print invalid input.
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
what is data structure
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
How can I remove the leading spaces from a string?
how does printf function work
Why the use of alloca() is discouraged?