Expand the following
LKB
BKL
FFG
No Answer is Posted For this Question
Be the First to Post Answer
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
How are pointers declared in c?
Do you have any idea how to compare array with pointer in c?
Why dont c comments nest?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
What is NULL pointer?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
what are the languages used in c#?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why are algorithms important in c program?