What does typeof return in c?
How many levels of pointers have?
What's the total generic pointer type?
Is anything faster than c?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
can any one provide me the notes of data structure for ignou cs-62 paper
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
write a program that will print %d in the output screen??
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Juxtapose the use of override with new. What is shadowing?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?