Write a simple code fragment that will check if a number is positive or negative.
Tell me the use of bit field in c language?
what is the return type of printf
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
How can you return multiple values from a function?
What are the ways to a null pointer can use in c programming language?
Why isnt there a numbered, multi-level break statement to break out
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
If null and 0 are equivalent as null pointer constants, which should I use?
how do we remove the printed character in printf statement and write next it it
What are the characteristics of arrays in c?