will u give me old quesrion papers for aptitude for L & t
info tech?
Answer Posted / hawa
no i am not having
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Can the size of an array be declared at runtime?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is the total generic pointer type?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Write a C program to count the number of email on text
What is difference between main and void main?
Why dont c comments nest?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
code for replace tabs with equivalent number of blanks
How do you list a file’s date and time?
How can you increase the size of a statically allocated array?
Is there any data type in c with variable size?
What is data structure in c programming?
How do you generate random numbers in C?